Commit 64958573 authored by ssarkar's avatar ssarkar

update by sumit on 28/02/13 for issue tracker point 99 (STOCK DEALLOCATION) .


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@92770 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 8a921434
...@@ -355,7 +355,7 @@ public class DeallocArtIC extends ValidatorEJB implements DeallocArtICRemote, De ...@@ -355,7 +355,7 @@ public class DeallocArtIC extends ValidatorEJB implements DeallocArtICRemote, De
" FROM CARTON_MASTER C , PICK_ORD_HDR PH, PICK_ORD_DET PD " + " FROM CARTON_MASTER C , PICK_ORD_HDR PH, PICK_ORD_DET PD " +
" WHERE C.CARTON_NO = ? AND PD.PICK_ORDER = C.PICK_ORDER AND PD.LINE_NO = C.LINE_NO__PICK " + " WHERE C.CARTON_NO = ? AND PD.PICK_ORDER = C.PICK_ORDER AND PD.LINE_NO = C.LINE_NO__PICK " +
" AND PD.PICK_ORDER = PH.PICK_ORDER AND PH.PICK_TYPE IN (?,?) " + " AND PD.PICK_ORDER = PH.PICK_ORDER AND PH.PICK_TYPE IN (?,?) " +
" AND C.STATUS <> 'R'"; " AND C.STATUS = 'R'";
pstmt1 = conn.prepareStatement(sql); pstmt1 = conn.prepareStatement(sql);
pstmt1.setString(1, cartonNo); pstmt1.setString(1, cartonNo);
......
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