Skip to content

Commit

Permalink
Fixed Supplier Payment Entry hardcoded rounding off decimals
Browse files Browse the repository at this point in the history
  • Loading branch information
apmuthu committed Dec 8, 2015
1 parent 212d836 commit 3d2d9e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions FAMods/CHANGELOG_apmuthu.txt
@@ -1,3 +1,4 @@
2015-12-08 Ap.Muthu Fixed Supplier Payment Entry hardcoded rounding off decimals
2015-12-06 Ap.Muthu Fixed typo in charts: Finsihed => Finished
2015-11-23 Ap.Muthu rep110.php: Shipping shown in sales documents and views only if present.
2015-11-07 Ap.Muthu Fixed install/lang translated strings for %s in de_DE and pt_PT languages
Expand Down
2 changes: 1 addition & 1 deletion FAMods/purchasing/supplier_payment.php
Expand Up @@ -307,7 +307,7 @@ function handle_add_payment()

if ($bank_currency != $supplier_currency)
{
amount_row(_("Bank Amount:"), 'bank_amount', null, '', $bank_currency, 2);
amount_row(_("Bank Amount:"), 'bank_amount', null, '', $bank_currency);
}

amount_row(_("Bank Charge:"), 'charge', null, '', $bank_currency);
Expand Down

0 comments on commit 3d2d9e5

Please sign in to comment.