Commit 6c81d98b authored by manohar's avatar manohar

Bug fixing


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@96853 ce508802-f39f-4f6c-b175-0d175dae99d5
parent b9493f0b
......@@ -1684,6 +1684,7 @@ public class CalculateCommission
}
sql = "update misc_payables set hold_amt = ? where ref_no = ? and tran_ser = 'P-IBCA'";
pstmt = conn.prepareStatement(sql);
pstmt.setDouble(1, amount);
pstmt.setString(2,autoTranId);
pstmt.executeUpdate();
......
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