From: Joe Hunt Date: Wed, 28 Jun 2017 00:34:10 +0000 (+0200) Subject: Quick Entries. Wrong number of QE rows in presentation. Fixed. X-Git-Tag: v2.4.2~10 X-Git-Url: https://delta.frontaccounting.com/gitweb/?p=fa-stable.git;a=commitdiff_plain;h=17bc3d2f9c2f78934674e0b98f3d205869bfdbc2 Quick Entries. Wrong number of QE rows in presentation. Fixed. --- diff --git a/gl/manage/gl_quick_entries.php b/gl/manage/gl_quick_entries.php index e92ca903..1b9142d3 100644 --- a/gl/manage/gl_quick_entries.php +++ b/gl/manage/gl_quick_entries.php @@ -294,8 +294,8 @@ if ($selected_id != -1) label_cell(number_format2($myrow['amount'], user_exrate_dec()), "nowrap align=right "); else amount_cell($myrow['amount']); - label_cell($myrow['memo']); } + label_cell($myrow['memo']); if ($dim >= 1) label_cell(get_dimension_string($myrow['dimension_id'], true)); if ($dim > 1)