Commit 730f9f0e authored by rbhogale's avatar rbhogale

Changed by Rohan on 31-may-13 for stock transfer lot sl changes


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@93182 ce508802-f39f-4f6c-b175-0d175dae99d5
parent ecc50ea3
......@@ -679,7 +679,7 @@ public class StockTransferIC extends ValidatorEJB implements StockTransferICRemo
errFields.add( childNodeName.toLowerCase());
}
//Chnaged by Rohan on 10-02-12 allow lpn no start with NJ & CN & allow only 10 Character.end
/*
//Changed by Rohan on 25/05/13 checking duplicate lot_sl__new from dom and stock start.
sql = " SELECT LOT_SL FROM STOCK WHERE LOT_SL = ? AND SITE_CODE = ? ";
pstmt = conn.prepareStatement( sql );
......@@ -693,7 +693,7 @@ public class StockTransferIC extends ValidatorEJB implements StockTransferICRemo
}
//Changed by Rohan on 25/05/13 checking duplicate lot_sl__new from dom and stock end.
*/
}
else if( "quantity".equalsIgnoreCase( childNodeName ) )
{
......
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