From: Joe Hunt Date: Wed, 9 Dec 2015 13:04:45 +0000 (+0100) Subject: Fixed a hardcoded amount_row with fixed 2 decimals. Removed and the default user_pric... X-Git-Tag: 2.3-final~30 X-Git-Url: https://delta.frontaccounting.com/gitweb/?p=fa-stable.git;a=commitdiff_plain;h=085bf05f7c33a3e20a418f2b04e6426c2096cb2c 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 bb22a30f..f3090264 100644 --- a/purchasing/supplier_payment.php +++ b/purchasing/supplier_payment.php @@ -307,7 +307,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);