Commit 950d4d2d authored by msalla's avatar msalla

:On confirmation of receipt dishonor system is giving error of coin difference...

:On confirmation of receipt dishonor system is giving error of coin difference error. the receipt includes packing credit adjustment and taxes in details

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@212240 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 0727570e
...@@ -300,7 +300,7 @@ public class ReceiptDishonourConf extends ActionHandlerEJB implements ReceiptDis ...@@ -300,7 +300,7 @@ public class ReceiptDishonourConf extends ActionHandlerEJB implements ReceiptDis
//end //end
rcpHnrHdr.put("bank_charges",rs.getDouble("bank_charges")); rcpHnrHdr.put("bank_charges",rs.getDouble("bank_charges"));
rcpHnrHdr.put("acct_code__cf",rs.getString("acct_code__cf"));//added by monika 13 nov 2019 rcpHnrHdr.put("acct_code__cf",rs.getString("acct_code__cf"));//added by monika 13 nov 2019
System.out.println("account cf data ["+rs.getDouble("acct_code__cf")+" ]"); System.out.println("account cf data ["+rs.getString("acct_code__cf")+" ]");
rcpHnrHdr.put("ref_no",checkNull(rs.getString("ref_no"))); rcpHnrHdr.put("ref_no",checkNull(rs.getString("ref_no")));
rcpHnrHdr.put("ref_date",rs.getTimestamp("ref_date")); rcpHnrHdr.put("ref_date",rs.getTimestamp("ref_date"));
rcpHnrHdr.put("cctr_code__cf",checkNull(rs.getString("cctr_code__cf"))); rcpHnrHdr.put("cctr_code__cf",checkNull(rs.getString("cctr_code__cf")));
......
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