Commit b7fd0306 authored by caluka's avatar caluka

For MRCP manufactured item supply set to zero


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@98344 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 8da1410c
...@@ -4129,6 +4129,7 @@ public class RunMRPPrc extends ProcessEJB implements RunMRPPrcLocal, RunMRPPrcRe ...@@ -4129,6 +4129,7 @@ public class RunMRPPrc extends ProcessEJB implements RunMRPPrcLocal, RunMRPPrcRe
if(siteItemMatchValue.equalsIgnoreCase(SiteItemComb)) if(siteItemMatchValue.equalsIgnoreCase(SiteItemComb))
{ {
demand = revisedQty; demand = revisedQty;
supply = 0;
System.out.println("final demand>>>>"+revisedQty); System.out.println("final demand>>>>"+revisedQty);
break; break;
} }
......
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