From: Joe Hunt Date: Wed, 9 Dec 2015 13:06:48 +0000 (+0100) Subject: Fixed a hardcoded amount_row with fixed 2 decimals. Removed and the default user_pric... X-Git-Tag: v2.4.2~19^2~106 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=3a556450989741a0bd49233479b362a7842a54a5;p=fa-stable.git Fixed a hardcoded amount_row with fixed 2 decimals. Removed and the default user_price_dec() is used --- 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);