Commit 6fdf1ab1 authored by msalla's avatar msalla

On confirmation of bank receipt coin difference error is coming.

This receipt is created for invoice for which bill discounting is done.(pont no:661)

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@211564 ce508802-f39f-4f6c-b175-0d175dae99d5
parent a053f5b5
...@@ -392,9 +392,9 @@ public class ReceiptAdvPostSave extends ValidatorEJB implements ReceiptAdvPostSa ...@@ -392,9 +392,9 @@ public class ReceiptAdvPostSave extends ValidatorEJB implements ReceiptAdvPostSa
pstmt.close(); pstmt.close();
pstmt = null; pstmt = null;
System.out.println("netAMOUNT ["+netAmt+"]" ); System.out.println("netAMOUNT ["+netAmt+"]" );
//netAmt = netAmt - bdAmt; netAmt = netAmt - bdAmt;
//netAmtBc = ( netAmt ) * exchRateHdr; netAmtBc = ( netAmt ) * exchRateHdr;
netAmtBc = ( netAmt - bdAmt) * exchRateHdr; // netAmtBc = ( netAmt - bdAmt) * exchRateHdr;
System.out.println("netAMOUNT ["+netAmt+"] netAMOUNT ["+netAmtBc +"]"); System.out.println("netAMOUNT ["+netAmt+"] netAMOUNT ["+netAmtBc +"]");
/* /*
......
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