Commit 7d535dbe authored by cpatil's avatar cpatil

remove error


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@93287 ce508802-f39f-4f6c-b175-0d175dae99d5
parent c5a3c28c
......@@ -314,7 +314,7 @@ public class StockAllocPrc extends ActionHandlerEJB implements StockAllocPrcLoca
//+" d.loc_code ,d.lot_no ,d.lot_sl ,d.quantity ,d.dealloc_qty, d.site_code , "
+" d.exp_lev,d.pending_qty "
+" from sord_alloc_det d , sord_alloc h "
+" where d.tran_id = ? and and h.tran_id = d.tran_id "
+" where d.tran_id = ? and h.tran_id = d.tran_id "
+" order by line_no asc ";
pSordAllocDet = conn.prepareStatement(getDataSql);
pSordAllocDet.setString(1,tranId);
......
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