Commit ef41a24e authored by ppatro's avatar ppatro

To merge src for WMS updated wave gen changes.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@91972 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 899663b9
......@@ -2041,7 +2041,10 @@ public class ReplIssIC extends ValidatorEJB implements ReplIssICLocal, ReplIssIC
lpnNo = checkNull(genericUtility.getColumnValue("lot_sl", allFormDataDom, "3" ));
replOrder = checkNull(genericUtility.getColumnValue("repl_order", allFormDataDom, "3" ));
tranID = checkNull(genericUtility.getColumnValue("tran_id", hdrDataDom ));
locCode = checkNull(genericUtility.getColumnValue("loc_code", allFormDataDom, "3" ));
//locCode = checkNull(genericUtility.getColumnValue("loc_code", allFormDataDom, "3" ));
locCode = checkNull(genericUtility.getColumnValue("loc_code", currFormDataDom));
sql = "SELECT SINGLE_LOT_SL, ITEM_LOT_OPT FROM LOCATION WHERE LOC_CODE = ?";
pstmt = conn.prepareStatement( sql );
......
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