Commit 6334ac0e authored by vdhoble's avatar vdhoble

updating the header due date is commented


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@98354 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 8329026c
...@@ -180,7 +180,7 @@ public class POrderMilestone extends ValidatorEJB { ...@@ -180,7 +180,7 @@ public class POrderMilestone extends ValidatorEJB {
pstmt=null; pstmt=null;
/*****Updating the due date for the ongoing task in header table***/ /* *//*****Updating the due date for the ongoing task in header table***//*
sql = "update pur_milstn set due_date = ? where tran_id = ?"; sql = "update pur_milstn set due_date = ? where tran_id = ?";
pstmt1 = conn.prepareStatement(sql); pstmt1 = conn.prepareStatement(sql);
...@@ -190,7 +190,7 @@ public class POrderMilestone extends ValidatorEJB { ...@@ -190,7 +190,7 @@ public class POrderMilestone extends ValidatorEJB {
count1 = pstmt1.executeUpdate(); count1 = pstmt1.executeUpdate();
pstmt1.close(); pstmt1.close();
pstmt1 = null; pstmt1 = null;
System.out.println("NO. OF RECORDS updated==== "+count1); System.out.println("NO. OF RECORDS updated==== "+count1);*/
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment