From 3a556450989741a0bd49233479b362a7842a54a5 Mon Sep 17 00:00:00 2001 From: Joe Hunt Date: Wed, 9 Dec 2015 14:06:48 +0100 Subject: [PATCH] Fixed a hardcoded amount_row with fixed 2 decimals. Removed and the default user_price_dec() is used --- purchasing/supplier_payment.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/purchasing/supplier_payment.php b/purchasing/supplier_payment.php index 323ff16e..eae7a0e2 100644 --- 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); -- 2.30.2