Commit 5b183e09 authored by manohar's avatar manohar

in case new line added through amendment porddet line_no was not proper, corrected


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@93875 ce508802-f39f-4f6c-b175-0d175dae99d5
parent b1173f9f
......@@ -1103,7 +1103,7 @@ POrderAmdConfLocal, POrderAmdConfRemote
pstmt = conn.prepareStatement(sql);
pstmt.setString(1, purcOrder);
pstmt.setString(2, lineNo);
pstmt.setString(2, lineNoPO);
pstmt.setString(3, siteCode);
pstmt.setString(4, indNo);
pstmt.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