From: Janusz Dobrowolski Date: Tue, 17 Sep 2013 06:54:51 +0000 (+0200) Subject: Bank Transfer: fixed typo in input description. X-Git-Tag: 2.3-final~194 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=135f930853fe6991652d5dd9a3a066046e7dc611;p=fa-stable.git Bank Transfer: fixed typo in input description. --- diff --git a/gl/bank_transfer.php b/gl/bank_transfer.php index 281c671d..5ee924e8 100644 --- a/gl/bank_transfer.php +++ b/gl/bank_transfer.php @@ -87,7 +87,7 @@ function gl_payment_controls() amount_row(_("Amount:"), 'amount', null, null, $from_currency); amount_row(_("Bank Charge:"), 'charge', null, null, $from_currency); - amount_row(_("Incomming Amount:"), 'target_amount', null, '', $to_currency, 2); + amount_row(_("Incoming Amount:"), 'target_amount', null, '', $to_currency, 2); } else {