Commit f535d430 authored by smestry's avatar smestry

W15FSUN008, Updated class file Palletization.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@99136 ce508802-f39f-4f6c-b175-0d175dae99d5
parent dbb2ca5d
......@@ -227,8 +227,8 @@ public class PalletizationIC extends ValidatorEJB implements PalletizationICLoca
{
if(palletNo.length() <= 0)
{
System.out.println("Empty Pallet No :::::::::: ");
errCode = "VTNLPALLET";
System.out.println("Pallet No length less than 0 :::::::::: ");
errCode = "VMNLPALLET";
errList.add( errCode );
errFields.add(childNodeName.toLowerCase());
}
......@@ -407,7 +407,7 @@ public class PalletizationIC extends ValidatorEJB implements PalletizationICLoca
if("lot_sl".equalsIgnoreCase(childNodeName))
{
System.out.println("Inside lot_sl ::::::::::: ");
//System.out.println("Inside lot_sl ::::::::::: ");
/*if(parseQuantity <= 0)
{
......@@ -448,7 +448,7 @@ public class PalletizationIC extends ValidatorEJB implements PalletizationICLoca
if(!familyGrpDB.equalsIgnoreCase(familyGrp) || !qcTypeDB.equalsIgnoreCase(qcType) || !stroPrefDB.equalsIgnoreCase(stroPref))
{
//System.out.println(" item code is not of same analysis grp :::::::::: ");
System.out.println(" item code is not of same analysis grp :::::::::: ");
errCode = "VTINVAC";
errList.add( errCode );
errFields.add(childNodeName.toLowerCase());
......@@ -626,7 +626,7 @@ public class PalletizationIC extends ValidatorEJB implements PalletizationICLoca
{
quantity = rs.getInt(1);
}
System.out.println("Location in getPalletNo :::::::::: " + quantity);
System.out.println("quantity in getPalletNo :::::::::: " + quantity);
}
catch(Exception e)
{
......@@ -1236,7 +1236,7 @@ public class PalletizationIC extends ValidatorEJB implements PalletizationICLoca
String sql = "";
int count = 0;
tranId = tranId == null ? "" : tranId.trim();
System.out.println("in isScanningDone--------->[" +tranId+"]");
//System.out.println("in isScanningDone--------->[" +tranId+"]");
if("".equalsIgnoreCase(tranId) || tranId.trim().length() < 0 || tranId == null )
{
......
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