Commit 1363e1c5 authored by ppatro's avatar ppatro

bug found in replenishment


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@92556 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 46e5bf33
......@@ -2844,7 +2844,7 @@ public class WaveGenerationPrc extends ProcessEJB implements WaveGenerationPrcLo
String lastReplenishmentID="",locCodeTo="";
int lineNoRepl=0;
invStat = invStat != null?invStat.trim():"";
if((invStat.equalsIgnoreCase(resrvLoc) || invStat.equalsIgnoreCase(deepStoreLoc)) && (lotQtyToBeAllocated > packSizeActive) )
{
......
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