Commit 0b9b29d5 authored by ppatro's avatar ppatro

Changed by Pragyan for parcel pick carton no updation


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@96916 ce508802-f39f-4f6c-b175-0d175dae99d5
parent ce27050b
......@@ -340,8 +340,10 @@ public class PickIssPos extends ValidatorEJB implements PickIssPosLocal, PickIss
{
throw new Exception(errString);
}*/
//Changed By Pragyan 05/12/14 To fix bug as for parcel picking carton not should update as used
//Changed by Pragyan on 03-NOV-14
if("M".equalsIgnoreCase(pickType)) // 22/09/12 manoharan
//if("M".equalsIgnoreCase(pickType)) // 22/09/12 manoharan
if("M".equalsIgnoreCase(pickType) && ("M-PICK".equalsIgnoreCase(refSer)))
{
sql = " UPDATE CARTON_MASTER SET PALLET_NO = ? WHERE PICK_ORDER = ? " +
" AND LINE_NO__PICK IN (SELECT LINE_NO__ORD FROM PICK_ISS_DET WHERE TRAN_ID = ?) " +
......
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