projects
/
fa-stable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f4dead
)
Bank Transfer: fixed typo in input description.
author
Janusz Dobrowolski
<janusz@frontaccounting.eu>
Tue, 17 Sep 2013 06:54:51 +0000
(08:54 +0200)
committer
Janusz Dobrowolski
<janusz@frontaccounting.eu>
Tue, 17 Sep 2013 17:16:44 +0000
(19:16 +0200)
gl/bank_transfer.php
patch
|
blob
|
history
diff --git
a/gl/bank_transfer.php
b/gl/bank_transfer.php
index 281c671d3435745f766c2d44f256bb86b9b1d4d8..5ee924e8b744ed6a22b054dbe971748383a0e1ba 100644
(file)
--- 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(_("Incom
m
ing Amount:"), 'target_amount', null, '', $to_currency, 2);
+ amount_row(_("Incoming Amount:"), 'target_amount', null, '', $to_currency, 2);
}
else
{