Commit 2cda7a46 authored by ppatro's avatar ppatro

bug found in release


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@93365 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 89739781
......@@ -70,7 +70,7 @@ public class PalletMergePos extends ValidatorEJB implements PalletMergePosLocal,
pstmt = null;
//Changed by Pragyan on 19/07/13 update new pallet no in master pack hdr start.
sSQL = "UPDATE PICK_HDR SET PALLET_NO = ? WHERE PALLET_NO = ? ";
sSQL = "UPDATE PACK_HDR SET PALLET_NO = ? WHERE PALLET_NO = ? ";
pstmt = conn.prepareStatement(sSQL);
pstmt.setString(1, palletNoNew);
pstmt.setString(2, palletNo);
......
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