Commit aeb8ab49 authored by prane's avatar prane

bug fixed as curr_code not geting on sundrybal method from sundrybalmap, change @2291

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@198796 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 77177150
...@@ -2288,7 +2288,7 @@ conn = getConnection(); ...@@ -2288,7 +2288,7 @@ conn = getConnection();
sundryBalMap.put("sundry_code",mischdrMap.get("sundry_code")); sundryBalMap.put("sundry_code",mischdrMap.get("sundry_code"));
sundryBalMap.put("acct_code",acctCode); sundryBalMap.put("acct_code",acctCode);
sundryBalMap.put("cctr_code",cctrCode); sundryBalMap.put("cctr_code",cctrCode);
sundryBalMap.put("curr_code ",mischdrMap.get("curr_code")); sundryBalMap.put("curr_code",mischdrMap.get("curr_code"));
sundryBalMap.put("exch_rate",exchD); sundryBalMap.put("exch_rate",exchD);
if(adjAmt > 0) if(adjAmt > 0)
{ {
......
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