Fixed a hardcoded amount_row with fixed 2 decimals. Removed and the default user_pric...
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Wed, 9 Dec 2015 13:06:48 +0000 (14:06 +0100)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Wed, 9 Dec 2015 13:06:48 +0000 (14:06 +0100)
purchasing/supplier_payment.php

index 323ff16ec6f1911906e9ecefe7a5ce47cc5ef7ae..eae7a0e2eaa29a7ecf026348d3b60b41a1e3f8a4 100644 (file)
@@ -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);