Commit a8432572 authored by cpatil's avatar cpatil

remove update status = 'C' on 05/12/14


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@96914 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 2d30d07d
......@@ -786,7 +786,7 @@ QCTransferConfLocal, QCTransferConfRemote
}
else
{
sql = " Update qc_order set quantity = (quantity - ? ), status = 'C' " +
sql = " Update qc_order set quantity = (quantity - ? ) " + // remove update status = 'C' on 05/12/14
" , net_weight = ( net_weight - ? ) , no_art = ( no_art - ? ) " + // modify by cpatil on 09/04/14
" where qorder_no = ? " ;
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