Commit 4c840480 authored by rbhogale's avatar rbhogale

Changed by Rohan on 18-02-13 for getting loc code


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@92708 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 1a3a7dcb
......@@ -2275,6 +2275,7 @@ public class ReplIssIC extends ValidatorEJB implements ReplIssICLocal, ReplIssIC
lpnNo = checkNull(genericUtility.getColumnValue("lot_sl", allFormDataDom, "3" ));
replOrder = checkNull(genericUtility.getColumnValue("repl_order", allFormDataDom, "3" ));*/
locCodeTo = columnValue ;//checkNull(genericUtility.getColumnValue("loc_code__to", currFormDataDom));
itemCode = checkNull(genericUtility.getColumnValue("item_code", allFormDataDom, "4" ));
siteCode = checkNull(genericUtility.getColumnValue("site_code", allFormDataDom, "4" ));
lotNo = checkNull(genericUtility.getColumnValue("lot_no", allFormDataDom, "4" ));
......
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