Commit 284af61c authored by caluka's avatar caluka

ejb updated for demand setting for MRP Requirement Wizard [MF3KSUN005]


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@95641 ce508802-f39f-4f6c-b175-0d175dae99d5
parent fdc13a4f
...@@ -3596,7 +3596,7 @@ public class RunMRPPrc extends ProcessEJB implements RunMRPPrcLocal, RunMRPPrcRe ...@@ -3596,7 +3596,7 @@ public class RunMRPPrc extends ProcessEJB implements RunMRPPrcLocal, RunMRPPrcRe
//} //}
} }
} }
//start Added by chandrashekar on 09-07-2014 /*//start Added by chandrashekar on 09-07-2014
System.out.println("siteItemList["+siteItemList+"]"+"Sitecode["+siteCode+"]"+"itemCode["+rsItemCode+"]"); System.out.println("siteItemList["+siteItemList+"]"+"Sitecode["+siteCode+"]"+"itemCode["+rsItemCode+"]");
if(isRequirement) if(isRequirement)
{ {
...@@ -3609,7 +3609,7 @@ public class RunMRPPrc extends ProcessEJB implements RunMRPPrcLocal, RunMRPPrcRe ...@@ -3609,7 +3609,7 @@ public class RunMRPPrc extends ProcessEJB implements RunMRPPrcLocal, RunMRPPrcRe
} }
} }
//End Added by chandrashekar on 09-07-2014 //End Added by chandrashekar on 09-07-2014
adpElement.setSaleOrder(saleOrder); */ adpElement.setSaleOrder(saleOrder);
adpElement.setLineNo(lineNo); adpElement.setLineNo(lineNo);
// cpatil end // cpatil end
......
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