Commit 4119bd03 authored by ppatro's avatar ppatro

bug found in Replenishment


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@92713 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 5fe4e579
......@@ -2280,7 +2280,8 @@ public class ReplIssIC extends ValidatorEJB implements ReplIssICLocal, ReplIssIC
siteCode = checkNull(genericUtility.getColumnValue("site_code", allFormDataDom, "4" ));
lotNo = checkNull(genericUtility.getColumnValue("lot_no", allFormDataDom, "4" ));
lpnNo = checkNull(genericUtility.getColumnValue("lot_sl", allFormDataDom, "4" ));
replOrder = checkNull(genericUtility.getColumnValue("repl_order", allFormDataDom, "4" ));
//replOrder = checkNull(genericUtility.getColumnValue("repl_order", allFormDataDom, "4" ));
replOrder = checkNull(genericUtility.getColumnValue("repl_order", allFormDataDom, "3" ));
System.out.println("itemCode"+itemCode+"siteCode"+siteCode+"lotNo"+lotNo+"lpnNo"+lpnNo+"replOrder"+replOrder);
......
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