Commit 3afcc318 authored by rbhogale's avatar rbhogale

Changed by Rohan on 13-02-13 for not update case quantity if repanishment for order type Q


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@92680 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 55b1f447
...@@ -14376,7 +14376,8 @@ public class WaveGenerationPrc extends ProcessEJB implements WaveGenerationPrcLo ...@@ -14376,7 +14376,8 @@ public class WaveGenerationPrc extends ProcessEJB implements WaveGenerationPrcLo
//Changed by Rohan on 07-02-13 to reduce one case from actual quantity //Changed by Rohan on 07-02-13 to reduce one case from actual quantity
//updateReplenishmentRecord(itemCode, siteCode, lotNo, lotSl, locCode, quantity, lloReplOrder,"",9999, 2,casePackSize,false, conn); //updateReplenishmentRecord(itemCode, siteCode, lotNo, lotSl, locCode, quantity, lloReplOrder,"",9999, 2,casePackSize,false, conn);
System.out.println("4quantity"+quantity+"casePackSize"+casePackSize); System.out.println("4quantity"+quantity+"casePackSize"+casePackSize);
updateReplenishmentRecord(itemCode, siteCode, lotNo, lotSl, locCode, casePackSize, lloReplOrder,"",9999, 2,casePackSize,false, conn);//done //Changed by rohan on 13-02-13 for bug fixing not requried to update case actual qty because stock allocate from active location
//updateReplenishmentRecord(itemCode, siteCode, lotNo, lotSl, locCode, casePackSize, lloReplOrder,"",9999, 2,casePackSize,false, conn);//done
itemVolumeTotal =itemVolumeTotal + quantity*itemVolume; itemVolumeTotal =itemVolumeTotal + quantity*itemVolume;
itemWeightTotal = itemWeightTotal + quantity*itemWeight; itemWeightTotal = itemWeightTotal + quantity*itemWeight;
//updateCartonMaster(pickRefId, pickCtr,Double.parseDouble(noArt),ptcn,"A-PICK", xtraParams, conn,itemWeightTotal,itemVolumeTotal,pickType); //updateCartonMaster(pickRefId, pickCtr,Double.parseDouble(noArt),ptcn,"A-PICK", xtraParams, conn,itemWeightTotal,itemVolumeTotal,pickType);
......
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