From 17bc3d2f9c2f78934674e0b98f3d205869bfdbc2 Mon Sep 17 00:00:00 2001 From: Joe Hunt Date: Wed, 28 Jun 2017 02:34:10 +0200 Subject: [PATCH] Quick Entries. Wrong number of QE rows in presentation. Fixed. --- gl/manage/gl_quick_entries.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.30.2