Commit 88d2ff12 authored by caluka's avatar caluka

calMfgLeadTime set on mrpOtimise method for timemrp list


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@100207 ce508802-f39f-4f6c-b175-0d175dae99d5
parent f10ff856
......@@ -5952,9 +5952,12 @@ public class RunMRPPrc extends ProcessEJB implements RunMRPPrcLocal, RunMRPPrcRe
{
//cpatil-25/08/14-System.out.println("manohar mfgLeadTime before [" + mfgLeadTime + "]");
calMfgLeadTime = (int) (quantity * mfgLeadTime / batchSizeLead);
System.out.println("calMfgLeadTime>>>>>"+calMfgLeadTime);
//cpatil-25/08/14-System.out.println("manohar mfgLeadTime after [" + mfgLeadTime + "]");
}else
{
calMfgLeadTime = (int) mfgLeadTime;
}
System.out.println("calMfgLeadTime>>>>>"+calMfgLeadTime);
// end 22/06/10 manoharan
StringBuffer xmlString = new StringBuffer("<Root>");
String retXMLStr = null;
......
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