Commit 8687cc11 authored by dpawar's avatar dpawar

change sql query in getInvHoldQCLock method


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@96389 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 0abb84a3
......@@ -1976,7 +1976,7 @@ public class DespatchWiz extends ValidatorEJB implements DespatchWizLocal, Despa
ArrayList<String> lockListL=new ArrayList<String>();
try{
sql="select count(*) from inv_hold h,inv_hold_det d where h.tran_id = d.tran_id "
sql="select lock_code from inv_hold h,inv_hold_det d where h.tran_id = d.tran_id "
+"and d.item_code = ? and d.site_code = ? "
+"and d.loc_code = ? and d.lot_no= ? AND h.confirmed= ? "
+"and d.lot_sl= ? and d.hold_status = ? ";
......
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