Commit e15723d4 authored by vdhoble's avatar vdhoble

changes for insertion in detail table = D15CSUN014


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@36469 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 58afff0e
......@@ -151,7 +151,7 @@ public class POrderMilestone extends ValidatorEJB {
pstmt1 = conn.prepareStatement(sqlResch);
pstmt1.setString(1,tranId);
pstmt1.setString(1,tranIdPending);//tran_id for multiple pending tasks...to be inserted.
pstmt1.setInt(2,lineNo);
pstmt1.setInt(3,delayDays);
pstmt1.setString(4,taskCode);
......
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