Commit ac5631ca authored by ssarkar's avatar ssarkar

update by sumit on 13/05/13 sumit tran_id line_no problem


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@93053 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 93e19f62
......@@ -601,7 +601,7 @@ public class ReplIssPos extends ValidatorEJB implements ReplIssPosRemote, ReplIs
pstmt2.setString(1, tranId);
//Changed by sumit on 11/05/13 incremented max line.
//pstmt2.setInt(2, rs.getInt("LINE_NO"));
pstmt2.setInt(2, tranLine);
pstmt2.setInt(2, tranLine++);
pstmt2.setString(3, replOrder);
pstmt2.setInt(4, rs.getInt("LINE_NO"));
pstmt2.setString(5, itemCode);
......
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