projects
/
fa-stable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa50142
)
Fixed a hardcoded amount_row with fixed 2 decimals. Removed and the default user_pric...
author
Joe Hunt
<joe.hunt.consulting@gmail.com>
Wed, 9 Dec 2015 13:06:48 +0000
(14:06 +0100)
committer
Joe Hunt
<joe.hunt.consulting@gmail.com>
Wed, 9 Dec 2015 13:06:48 +0000
(14:06 +0100)
purchasing/supplier_payment.php
patch
|
blob
|
history
diff --git
a/purchasing/supplier_payment.php
b/purchasing/supplier_payment.php
index 323ff16ec6f1911906e9ecefe7a5ce47cc5ef7ae..eae7a0e2eaa29a7ecf026348d3b60b41a1e3f8a4 100644
(file)
--- a/
purchasing/supplier_payment.php
+++ b/
purchasing/supplier_payment.php
@@
-301,7
+301,7
@@
start_form();
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);