Commit 964c8ebc authored by ppatro's avatar ppatro

case transfer


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@92013 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 7a811b0e
......@@ -224,7 +224,7 @@ public class CaseTransferPos extends ValidatorEJB implements CaseTransferPosLoca
// 2. insert a new record in despatch det
sSQL = "UPDATE DESPATCHDET SET QUANTITY = QUANTITY - ?, NO_ART = 1, GROSS_WEIGHT = GROSS_WEIGHT - ?, TARE_WEIGHT = TARE_WEIGHT - ?, "
+ " NET_WEIGHT = NET_WEIGHT - ? , QUANTITY__STDUOM = QUANTITY__STDUOM - ? WHERE DESP_ID = ? AND LINE_NO = ?";
+ " NET_WEIGHT = NETT_WEIGHT - ? , QUANTITY__STDUOM = QUANTITY__STDUOM - ? WHERE DESP_ID = ? AND LINE_NO = ?";
pstmt = conn.prepareStatement(sSQL);
pstmt.setDouble(1,caseQty);
pstmt.setDouble(2,caseGrossWeight);
......
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