Bank Transfer: fixed typo in input description.
authorJanusz Dobrowolski <janusz@frontaccounting.eu>
Tue, 17 Sep 2013 06:54:51 +0000 (08:54 +0200)
committerJanusz Dobrowolski <janusz@frontaccounting.eu>
Tue, 17 Sep 2013 17:16:44 +0000 (19:16 +0200)
gl/bank_transfer.php

index 281c671d3435745f766c2d44f256bb86b9b1d4d8..5ee924e8b744ed6a22b054dbe971748383a0e1ba 100644 (file)
@@ -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 
        {