Commit da8f5491 authored by cpatil's avatar cpatil

remove double allocation condition


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@99464 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 80b217b6
......@@ -90,7 +90,7 @@ public class MrpWizPrsSaveBean
StockAllocationPrc stockAllocationPrc = new StockAllocationPrc() ;
ArrayList itemValueList = new ArrayList();
ArrayList<String> detail4DataInfoList = new ArrayList<String>();
//ArrayList<String> detail4DataInfoList = new ArrayList<String>();
boolean firstVal= false;
......@@ -314,6 +314,7 @@ public class MrpWizPrsSaveBean
System.out.println("@@@@ctr["+dtlCtr+"]siteCode["+siteCode+"]-itemCode["+itemCode+"]-lotNo["+lotNo+"]-lotSl["+lotSl+"]-locCode["+locCode+"]-tranSer["+tranSer+"]allocQtyStr["+allocQtyStr+"]@@@");
/*// remove when no allocation repeated found...
String detail4DataInfo = checkNull(siteCode)+"@"+checkNull(itemCode)+"@"+checkNull(locCode)+"@"+checkNull(lotNo)+"@"+checkNull(lotSl)+"@"+checkNull(qtyReqdStr);
System.out.println("@@@@ detail4DataInfo["+detail4DataInfo+"]detail4DataInfoList["+detail4DataInfoList+"]");
if(detail4DataInfoList.contains(detail4DataInfo))
......@@ -327,6 +328,7 @@ public class MrpWizPrsSaveBean
detail4DataInfoList.add(detail4DataInfo);
}
System.out.println("@@@@@@@@ testing purpose SOP....detail4DataInfoList["+detail4DataInfoList+"].");
*/
String itemCodeHdr="";
remarks = "From mrp process";
......
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