Commit ba6f7484 authored by jshinde's avatar jshinde

Request Id:W15JSUN008,In Palletization validation required , a pallet...

Request Id:W15JSUN008,In Palletization  validation required , a pallet  consider only one type of  item's RG1 series group.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@100007 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 3850d96d
...@@ -107,9 +107,7 @@ public class PalletizationIC extends ValidatorEJB implements PalletizationICLoca ...@@ -107,9 +107,7 @@ public class PalletizationIC extends ValidatorEJB implements PalletizationICLoca
int currentFormNo = 0, childNodeListLength = 0, cnt = 0, ctr = 0; int currentFormNo = 0, childNodeListLength = 0, cnt = 0, ctr = 0;
ArrayList <String> errList = new ArrayList<String>(); ArrayList <String> errList = new ArrayList<String>();
ArrayList <String> errFields = new ArrayList <String> (); ArrayList <String> errFields = new ArrayList <String> ();
//Changed by Jagruti Shinde .Request Id:W15JSUN008[Start]
locGroupDisp = discommon.getDisparams("999999", "EXTEMP_LOC_PARM", conn);
//Changed by Jagruti Shinde .Request Id:W15JSUN008[End]
try try
{ {
genericUtility = GenericUtility.getInstance(); genericUtility = GenericUtility.getInstance();
...@@ -275,6 +273,8 @@ public class PalletizationIC extends ValidatorEJB implements PalletizationICLoca ...@@ -275,6 +273,8 @@ public class PalletizationIC extends ValidatorEJB implements PalletizationICLoca
HashMap hm = new HashMap(); HashMap hm = new HashMap();
HashMap hm1 = new HashMap(); HashMap hm1 = new HashMap();
HashMap hm2 = new HashMap(); HashMap hm2 = new HashMap();
locGroupDisp = checkNullAndTrim(discommon.getDisparams("999999", "EXTEMP_LOC_PARM", conn));
System.out.println("EXTEMP_LOC_PARM["+locGroupDisp+"]");
int count = 0; int count = 0;
......
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