Commit e4641780 authored by ppatro's avatar ppatro

Changed by sumit on 09/11/12 this warnning removed as per issue tracker


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@92165 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 9715cfcd
...@@ -1095,11 +1095,13 @@ public class PoRcpIC extends ValidatorEJB implements PoRcpICRemote, PoRcpICLocal ...@@ -1095,11 +1095,13 @@ public class PoRcpIC extends ValidatorEJB implements PoRcpICRemote, PoRcpICLocal
pstmt=null; pstmt=null;
noCaseperLine=findNosOfCase(itemCode, lotNo, quantity, perPalletVolume, perPalletWeight, conn); noCaseperLine=findNosOfCase(itemCode, lotNo, quantity, perPalletVolume, perPalletWeight, conn);
System.out.println("noCaseperLine----"+noCaseperLine+"----noCase----"+noCase); System.out.println("noCaseperLine----"+noCaseperLine+"----noCase----"+noCase);
if(noCaseperLine!=noCase) //Changed by sumit on 09/11/12 this warnning removed as per issue tracker start.
/*if(noCaseperLine!=noCase)
{ {
errList.add( "CASNTMT" ); errList.add( "CASNTMT" );
errFields.add( childNodeName.toLowerCase() ); errFields.add( childNodeName.toLowerCase() );
} }*/
//Changed by sumit on 09/11/12 this warnning removed as per issue tracker end.
sql="select shipper_size, gross_weight, net_weight, length, width ,height from item_lot_packsize WHERE ITEM_CODE = ? AND LOT_NO__FROM <= ? AND LOT_NO__TO >= ? "; sql="select shipper_size, gross_weight, net_weight, length, width ,height from item_lot_packsize WHERE ITEM_CODE = ? AND LOT_NO__FROM <= ? AND LOT_NO__TO >= ? ";
pstmt =conn.prepareStatement(sql); pstmt =conn.prepareStatement(sql);
pstmt.setString(1,itemCode); pstmt.setString(1,itemCode);
......
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