Commit 426746fd authored by vpatil's avatar vpatil

Changed by Dhanraj on 25-SEP-14 for pass proper index of prepared stmt.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@96431 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 0709fe73
......@@ -4085,7 +4085,7 @@ public class DeallocArtConf extends ActionHandlerEJB implements DeallocArtConfLo
pstmt.setString(1,ptcn);
pstmt.setString(2,"R");
pstmt.setString(3,"M-PACK");
pstmt.setString(3,"A-PICK");
pstmt.setString(4,"A-PICK");
pstmt.setString(5,masterCarton);
rSet = pstmt.executeQuery();
......
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