Commit 66f92662 authored by agaikwad's avatar agaikwad

Net amount not matching with cheque amount


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@105094 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 62706c30
......@@ -1927,7 +1927,7 @@ if(!isPreview){
//totBc = total * exchRate;
total = (double) Double.parseDouble( "" + RcpHdrMap.get("net_amt"));
totBc = (double) Double.parseDouble( "" + RcpHdrMap.get("net_amt__bc"));
total = total-(double) Double.parseDouble( "" + RcpHdrMap.get("oth_amt"));
//total = total-(double) Double.parseDouble( "" + RcpHdrMap.get("oth_amt"));--Mismatch Amount 21/03/17
System.out.println("Final total ["+ total + "] totBc [" + totBc + "]");
//total = 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