Commit 9ad0bf03 authored by ngadkari's avatar ngadkari

changes in TOTAL_ADDITIONAL_COST account posting condition

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@194529 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 3e24b526
......@@ -1219,7 +1219,8 @@ public class InvAcct
glTraceMap.put("curr_code",currCodeBase);
glTraceMap.put("exch_rate", 1);
if (grAmount > 0 )
//if (grAmount > 0 ) commented and condition change by nandkuamr gadkari on 17/12/18
if (addAmtHdr > 0 )
{
glTraceMap.put("dr_amt","0");
glTraceMap.put("cr_amt",addAmtHdr);
......
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