Commit 0d3b6dd5 authored by ppatro's avatar ppatro

Parcel Picking


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@92478 ce508802-f39f-4f6c-b175-0d175dae99d5
parent f42561eb
......@@ -2565,6 +2565,12 @@ public class WaveGenerationPrc extends ProcessEJB implements WaveGenerationPrcLo
isActives = false;
orderByStkStr = "AND LOCATION.INV_STAT IN(?,?,?,?) ORDER BY STOCK.EXP_DATE,INVSTAT.ALLOC_PREF, STOCK.LOC_CODE ";
}
if(isActives && "N".equalsIgnoreCase(isActivePickChecked))
{
errString = getError(saleOrder,"INVORDQTY",conn);
return errString;
}
//Change by Rohan on 4/7/12 To add min_shilf_life.start
if ( singleLot.trim().length() > 0 && singleLot.trim().equalsIgnoreCase("Y") )
{
......
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