Commit d35f67e6 authored by cpatil's avatar cpatil

// comment by cpatil as per manohar sir ... issue in sun on 29/01/16

					sql = " update qc_order set qty_passed = (qty_passed  - ? )  where qorder_no = ?" ;


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@100064 ce508802-f39f-4f6c-b175-0d175dae99d5
parent ed11f4b8
......@@ -1094,6 +1094,7 @@ QCTransferConfLocal, QCTransferConfRemote
pstmt.close();
pstmt = null;
//Start added by chandrashekar on 13-Jan-2015
/*// comment by cpatil as per manohar sir ... issue in sun on 29/01/16
sql = " update qc_order set qty_passed = (qty_passed - ? ) where qorder_no = ?" ;
pstmt = conn.prepareStatement(sql);
if(isByProduct)
......@@ -1115,6 +1116,7 @@ QCTransferConfLocal, QCTransferConfRemote
updCnt1 = pstmt.executeUpdate();
pstmt.close();
pstmt = null;
*/
//End added by chandrashekar on 13-Jan-2015
//Start added by cpatil on 07/10/15
......
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