Commit f9457628 authored by msharma's avatar msharma

Demand populate for requirement and mrp wizard


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@95776 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 18e13c9f
...@@ -3478,7 +3478,7 @@ public class RunMRPPrc extends ProcessEJB implements RunMRPPrcLocal, RunMRPPrcRe ...@@ -3478,7 +3478,7 @@ public class RunMRPPrc extends ProcessEJB implements RunMRPPrcLocal, RunMRPPrcRe
System.out.println(adpElement.getItemCode()+"---"+adpElement.getSiteCode()+"---"+adpElement.getSaleOrder()+"---"+adpElement.getLineNo()); System.out.println(adpElement.getItemCode()+"---"+adpElement.getSiteCode()+"---"+adpElement.getSaleOrder()+"---"+adpElement.getLineNo());
System.out.println("madeToOrder---"+madeToOrder+"----adpElement.getMfgType()----"+adpElement.getMfgType()); System.out.println("madeToOrder---"+madeToOrder+"----adpElement.getMfgType()----"+adpElement.getMfgType());
//if (!"0".equals(madeToOrder) || !"O".equals(adpElement.getMfgType())) //if (!"0".equals(madeToOrder) || !"O".equals(adpElement.getMfgType()))
if ((!"0".equals(madeToOrder) || !"O".equals(adpElement.getMfgType())) && (itemCodeList.length()==0 && siteItemList.length()==0))//Changed By manoj dtd 05/08/2014 if ((!"0".equals(madeToOrder) || !"O".equals(adpElement.getMfgType())) && (!isDetailReq && !isRequirement))//Changed By manoj dtd 05/08/2014
{ {
return; return;
} }
......
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