Commit 18e13c9f 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@95774 ce508802-f39f-4f6c-b175-0d175dae99d5
parent d96381f5
...@@ -3477,7 +3477,8 @@ public class RunMRPPrc extends ProcessEJB implements RunMRPPrcLocal, RunMRPPrcRe ...@@ -3477,7 +3477,8 @@ public class RunMRPPrc extends ProcessEJB implements RunMRPPrcLocal, RunMRPPrcRe
// dummy for nothing // dummy for nothing
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
{ {
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