Commit a2d6c398 authored by ppatro's avatar ppatro

Parcel Pick (LTL,Parcel,Master,As per distroute)


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@92621 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 327743a0
...@@ -11188,6 +11188,17 @@ public class WaveGenerationPrc extends ProcessEJB implements WaveGenerationPrcLo ...@@ -11188,6 +11188,17 @@ public class WaveGenerationPrc extends ProcessEJB implements WaveGenerationPrcLo
mPackAllow = "N"; mPackAllow = "N";
} }
if(("Y".equalsIgnoreCase(mPackAllow) && !"M".equalsIgnoreCase(shipType)))
{
mPackAllow = "N";
}
if(("Y".equalsIgnoreCase(aPickAllow) && !"P".equalsIgnoreCase(shipType)))
{
pPickAllow = "N";
}
System.out.println("Finally Master Pick["+mPackAllow+"]Parcel Pick["+pPickAllow+"]");
/*mPackAllow = genericUtility.getColumnValue("master_pack_allow",detailDom); /*mPackAllow = genericUtility.getColumnValue("master_pack_allow",detailDom);
mPackAllow = (mPackAllow != null && mPackAllow.length() > 0)?mPackAllow:"N"; mPackAllow = (mPackAllow != null && mPackAllow.length() > 0)?mPackAllow:"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