Commit 9c93e8a1 authored by jshinde's avatar jshinde

Updated PalletOutIC to consider Expire,NearExpire,Damage,Hold ,Distribution...

Updated PalletOutIC to consider Expire,NearExpire,Damage,Hold ,Distribution order in Pallet Out Bound transaction


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@101429 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 5918d22a
......@@ -685,8 +685,7 @@ public class PalletOutIC extends ValidatorEJB implements PalletOutICLocal, Palle
locCodeSugg = udfStr1 ;
}
}
if(locCodeSugg == null || locCodeSugg.length() == 0)
{
for (int j = 0; j < locE.length; j++)
{
if((dispExpLoc).equalsIgnoreCase(checkNullAndTrim(lockCode)))
......@@ -838,7 +837,6 @@ public class PalletOutIC extends ValidatorEJB implements PalletOutICLocal, Palle
}
}
}
}
valueXmlString.append("<Detail2 domID=\"1\" selected=\"Y\">\r\n");
......
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