Commit 5c61d086 authored by caluka's avatar caluka

Hold quantity set for InvHoldRelGen Process from stock table


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@96410 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 5fd3edf1
...@@ -469,7 +469,7 @@ public class InvHoldRelGen extends ProcessEJB implements InvHoldRelGenLocal, Inv ...@@ -469,7 +469,7 @@ public class InvHoldRelGen extends ProcessEJB implements InvHoldRelGenLocal, Inv
lotsl = rs1.getString("lot_sl"); lotsl = rs1.getString("lot_sl");
locCode = rs1.getString("loc_code"); locCode = rs1.getString("loc_code");
sql = "select sum(hold_qty) as hold_qty from inv_hold_rel_trace where "; sql = "select sum(hold_qty) as hold_qty from stock where ";
if(itemCode != null) if(itemCode != null)
{ {
subQuery=" item_code='"+itemCode+"'"; subQuery=" item_code='"+itemCode+"'";
......
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