Commit a3ca4a3a authored by asikarwar's avatar asikarwar

changes done for correction in receipt code


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@93545 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 4d74acbe
...@@ -1933,7 +1933,7 @@ public class ReceiptAdvConf extends ActionHandlerEJB implements ReceiptAdvConfLo ...@@ -1933,7 +1933,7 @@ public class ReceiptAdvConf extends ActionHandlerEJB implements ReceiptAdvConfLo
glTraceMap.put("eff_date",new Timestamp(effDate.getTime())); glTraceMap.put("eff_date",new Timestamp(effDate.getTime()));
glTraceMap.put("fin_entity", finEntity); glTraceMap.put("fin_entity", finEntity);
glTraceMap.put("site_code", siteCode); glTraceMap.put("site_code", siteCode);
glTraceMap.put("sundry_type", "C");//OPEN WITH B glTraceMap.put("sundry_type", "B");
glTraceMap.put("sundry_code", bankCode); glTraceMap.put("sundry_code", bankCode);
glTraceMap.put("acct_code", acctCodeBal); glTraceMap.put("acct_code", acctCodeBal);
glTraceMap.put("cctr_code", cctrCodeBal); glTraceMap.put("cctr_code", cctrCodeBal);
......
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