Commit 445b30a9 authored by cpatil's avatar cpatil

set only planSupply=reorderLevel;


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@99921 ce508802-f39f-4f6c-b175-0d175dae99d5
parent e57999f2
...@@ -3819,7 +3819,8 @@ public class RunMRPPrc extends ProcessEJB implements RunMRPPrcLocal, RunMRPPrcRe ...@@ -3819,7 +3819,8 @@ public class RunMRPPrc extends ProcessEJB implements RunMRPPrcLocal, RunMRPPrcRe
} }
else // added for wrong mps quantity changes else // added for wrong mps quantity changes
{ {
planSupply=reorderLevel+netReqd; //planSupply=reorderLevel+netReqd;
planSupply=reorderLevel;
} }
System.out.println("after deduction planSupply["+planSupply+"]"); System.out.println("after deduction planSupply["+planSupply+"]");
...@@ -3846,6 +3847,7 @@ public class RunMRPPrc extends ProcessEJB implements RunMRPPrcLocal, RunMRPPrcRe ...@@ -3846,6 +3847,7 @@ public class RunMRPPrc extends ProcessEJB implements RunMRPPrcLocal, RunMRPPrcRe
System.out.println("3694--tmp.getDemand()["+tmp.getDemand()+"]tmp.getRunningDemand()["+tmp.getRunningDemand()+"]"); System.out.println("3694--tmp.getDemand()["+tmp.getDemand()+"]tmp.getRunningDemand()["+tmp.getRunningDemand()+"]");
System.out.println("3695---adpElement.getDemand()["+adpElement.getDemand()+"]"); System.out.println("3695---adpElement.getDemand()["+adpElement.getDemand()+"]");
adpElement.setDemand(adpElement.getDemand()+planSupply); adpElement.setDemand(adpElement.getDemand()+planSupply);
System.out.println("@@@@@@@@130116 adpElement.setDemand()["+adpElement.getDemand()+"]");
mrpFlag = true; mrpFlag = true;
} }
......
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