Stable branch merged up to 2.3.21
[fa-stable.git] / gl / inquiry / gl_account_inquiry.php
index 4a9b7d0b040bed9bd62804dc9d3e41d1ba5e4945..bf10abf055ccd51ec50c14ec1d259fad3264de25 100644 (file)
@@ -194,6 +194,8 @@ function show_results()
                display_debit_or_credit_cells($myrow["amount"]);
                if ($show_balances)
                    amount_cell($running_total);
+               if ($myrow['memo_'] == "")
+                       $myrow['memo_'] = get_comments_string($myrow['type'], $myrow['type_no']);
        label_cell($myrow['memo_']);
        end_row();