webERP Forum

Full Version: Daily BankTransactions GetText Issue
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
DailyBankTransactions.php

Line 159:
PHP Code:
<th>' . ('Date') . '</th

Should be:
PHP Code:
<th>' . _('Date') . '</th

More similar issues here: http://www.weberp.org/forum/showthread.php?tid=8294