Commit d34e91bf authored by dsawant's avatar dsawant

updated for stock validation


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@94565 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 03dafedb
...@@ -497,8 +497,8 @@ public class StockValAdjTran extends ValidatorEJB implements StockValAdjTranLoca ...@@ -497,8 +497,8 @@ public class StockValAdjTran extends ValidatorEJB implements StockValAdjTranLoca
else if(childNodeName.equalsIgnoreCase("lot_sl")) else if(childNodeName.equalsIgnoreCase("lot_sl"))
{ {
lotSl = genericUtility.getColumnValue("lot_sl",dom); lotSl = genericUtility.getColumnValue("lot_sl",dom);
siteCode = genericUtility.getColumnValue("site_code",dom1);
if (lotSl == null || lotSl.trim().length() == 0 ) if (lotSl == null || lotSl.trim().length() == 0 )
{ {
errCode = "STKVALLOSL"; errCode = "STKVALLOSL";
......
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