Commit 658e9491 authored by cpatil's avatar cpatil

remove error at line no 887 ... comment two lines


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@96554 ce508802-f39f-4f6c-b175-0d175dae99d5
parent bbdd819c
......@@ -883,9 +883,9 @@ QCTransferICRemote {
pstmt = conn.prepareStatement(sql);
pstmt.setString(1, refNo);
pstmt.setString(2, itemCode);
pstmt.setString(3, locCode);
pstmt.setString(4, lotNo);
pstmt.setString(5, lotSl);
pstmt.setString(3, lotNo);
//pstmt.setString(4, locCode); // commented for remove error by cpatil on 09/10/14
//pstmt.setString(5, lotSl); // commented for remove error by cpatil on 09/10/14
rs = pstmt.executeQuery();
if (rs.next()) {
cnt++;
......
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