Commit ece59722 authored by prane's avatar prane

item_code and lot_no are removed(hide)

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@187772 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 9a6feb83
......@@ -145,6 +145,7 @@ public class StockAllocVerifyWiz extends ValidatorEJB implements StockAllocVerif
errFields.add(childNodeName.toLowerCase());
}
else
{
sql = "select count(*) as cnt from site where site_code = ? ";
pstmt = conn.prepareStatement(sql);
pstmt.setString(1, siteCode);
......
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