Commit 159d87c6 authored by msalla's avatar msalla

Gimatex: Export bank receipt

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@204746 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 5f26e48e
......@@ -3787,7 +3787,8 @@ public class ReceiptAdvConf extends ActionHandlerEJB implements ReceiptAdvConfLo
}
sql = "update misc_payables set adj_amt = ? where tran_ser = 'E-FUND' and ref_no = ? ";
// sql = "update misc_payables set adj_amt = ? where tran_ser = 'E-FUND' and ref_no = ? ";//commeneted by monika 0n 7 august 2019
sql = "update misc_payables set adj_amt = ? where tran_ser = ? and ref_no = ? ";
pstmt = conn.prepareStatement(sql);
pstmt.setDouble(1,adjAmt);
pstmt.setString(2,"E-FUND");
......
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