Commit f93c3035 authored by smestry's avatar smestry

W15FSUN008, Updated class file for Palletization for qc_sample_type.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@99546 ce508802-f39f-4f6c-b175-0d175dae99d5
parent d83e1dae
......@@ -606,7 +606,7 @@ public class PalletizationConf extends ValidatorEJB implements PalletizationConf
qcReqd = rs1.getString("qc_reqd");
}
if(pstmt1 != null){ pstmt1.close(); pstmt1 = null; }
if(rs1 != null){ rs1.close(); rs1 = null; }
if(rs1 != null){ rs1.close(); rs1 = null; } */
HashMap hm2 = new HashMap();
hm2 = commonWmsUtility.getPalletizedAttributes(rs.getString("item_code"), siteCode, conn1);
......@@ -615,6 +615,7 @@ public class PalletizationConf extends ValidatorEJB implements PalletizationConf
familyGrp = (String) hm2.get("LOC_ZONE__PREF");
stroPref = (String) hm2.get("ANALYSIS_CLASS");
/*
if("".equalsIgnoreCase(procMth) && procMth.length() <= 0)
{
qcType = "N";
......@@ -633,6 +634,8 @@ public class PalletizationConf extends ValidatorEJB implements PalletizationConf
*/
/* lineNoInterface = " " + rs.getString("line_no");
lineNoInterface = lineNoInterface.substring( lineNoInterface.length()-3 );*/
lineNoInterface = checkNullAndTrim(rs.getString("line_no"));
HashMap hm = new HashMap();
......
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