Commit b614fd9d authored by smestry's avatar smestry

W15FSUN008, Updated class file for Palletization Confirm for line no.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@99240 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 1be98f8d
...@@ -506,8 +506,9 @@ public class PalletizationConf extends ValidatorEJB implements PalletizationConf ...@@ -506,8 +506,9 @@ public class PalletizationConf extends ValidatorEJB implements PalletizationConf
System.out.println("procMth ::::::::::::: " + procMth); System.out.println("procMth ::::::::::::: " + procMth);
System.out.println("qcType ::::::::::::: " + qcType); System.out.println("qcType ::::::::::::: " + qcType);
lineNoInterface = " " + rs.getString("line_no"); /* lineNoInterface = " " + rs.getString("line_no");
lineNoInterface = lineNoInterface.substring( lineNoInterface.length()-3 ); lineNoInterface = lineNoInterface.substring( lineNoInterface.length()-3 );*/
lineNoInterface = checkNullAndTrim(rs.getString("line_no"));
HashMap hm = new HashMap(); HashMap hm = new HashMap();
hm.put("TRAN_ID", ""); hm.put("TRAN_ID", "");
......
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