$ /applications/generalledger.php
# Fixed typo
$ /doc/access_levels.txt
+# Fixed maximal memo line length.
+$ /gl/includes/ui/gl_bank_ui.inc
+ /gl/includes/ui/gl_journal_ui.inc
12-Nov-2009 Tom Hallman/Joe Hunt
! Changed Journal Inquiries so it shows the Bank Deposit/Payment amount
hidden('dimension2_id', 0);
amount_cells(null, 'amount');
- text_cells_ex(null, 'LineMemo', 35, 50);
+ text_cells_ex(null, 'LineMemo', 35, 255);
if ($id != -1)
{
small_amount_cells(null, 'AmountDebit');
small_amount_cells(null, 'AmountCredit');
- text_cells_ex(null, 'LineMemo', 35, 50);
+ text_cells_ex(null, 'LineMemo', 35, 255);
if ($id != -1)
{