Commit 1ff60c49 authored by ngadkari's avatar ngadkari

remarks column value get from table and set in header map

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@214163 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 463be1d7
......@@ -316,7 +316,7 @@ public class ReceiptDishonourConf extends ActionHandlerEJB implements ReceiptDis
rcpHnrHdr.put("exch_rate__bc",rs.getDouble("exch_rate__bc"));
rcpHnrHdr.put("site_code__for",checkNull(rs.getString("site_code__for")));
rcpHnrHdr.put("confirmed","N");
rcpHnrHdr.put("remarks",checkNull(rs.getString("remarks")));//added by nandkumar gadkari on 27/12/19
//rcpHnrHdr.put("confirmed",checkNull(rs.getString("confirmed")));
}
rs.close();
......
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