From: Janusz Dobrowolski Date: Tue, 24 Sep 2013 15:45:01 +0000 (+0200) Subject: Supplier Payment: small fix in fixed ui translation. X-Git-Tag: 2.3-final~187 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=26a98f159b27fb2eda00c4f69bd007bea32333c8;p=fa-stable.git Supplier Payment: small fix in fixed ui translation. --- diff --git a/purchasing/supplier_payment.php b/purchasing/supplier_payment.php index 8096c2f4..b5757cf6 100644 --- a/purchasing/supplier_payment.php +++ b/purchasing/supplier_payment.php @@ -303,7 +303,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, 2); } amount_row(_("Bank Charge:"), 'charge', null, '', $bank_currency);