Commit 3d46d563 authored by cpatil's avatar cpatil

remove status update condition


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@97009 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 5a5ef8c3
...@@ -255,7 +255,7 @@ QCTransferConfLocal, QCTransferConfRemote ...@@ -255,7 +255,7 @@ QCTransferConfLocal, QCTransferConfRemote
///added by cpatil on 12/12/13 for date validation with approval lead time start ///added by cpatil on 12/12/13 for date validation with approval lead time start
System.out.println("@@@@ tranDate new validation start--------- "); System.out.println("@@@@ tranDate new validation start----qorderNo["+qorderNo+"]---status["+status+"]-- ");
if (toLoc != null) if (toLoc != null)
{ {
...@@ -747,7 +747,8 @@ QCTransferConfLocal, QCTransferConfRemote ...@@ -747,7 +747,8 @@ QCTransferConfLocal, QCTransferConfRemote
} }
else else
{ {
sql = " Update qc_order set quantity = (quantity - ? ), status = 'C' " + sql = " Update qc_order set quantity = (quantity - ? ) " +
// " , status = 'C' " + // modify by cpatil on 20/12/14 -- comment condition
" , net_weight = ( net_weight - ? ) , no_art = ( no_art - ? ) " + // modify by cpatil on 09/04/14 " , net_weight = ( net_weight - ? ) , no_art = ( no_art - ? ) " + // modify by cpatil on 09/04/14
" where qorder_no = ? " ; " where qorder_no = ? " ;
pstmt = conn.prepareStatement(sql); 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