Commit 5598983b authored by prane's avatar prane

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@175392 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 57bfc550
......@@ -891,10 +891,13 @@ class ADPElement implements Cloneable
//added by sabyasachi 29.03.2011
//timeMRP.setDemand(demand,saleOrder,lineNo);
System.out.println("before setDemand() [" + demand + "] supply [" + supply + "]timeMRP.getDemand()["+timeMRP.getDemand()+"]" );
if(! (demand > 0 && timeMRP.getDemand() > 0 ))
{
//Commented by Pavan R on 05/DEC/17 Start
// if(! (demand > 0 && timeMRP.getDemand() > 0 ))
// {
System.out.println("before set demand..."+demand);
timeMRP.setDemand(demand);
}
// }
//Commented by Pavan R on 05/DEC/17 End
//end added by sabyasachi 29.03.2011
timeMRP.setSupply(supply);
System.out.println("after setSupply() timeMRP.getDemand()["+timeMRP.getDemand()+"]" );
......
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