X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=gl%2Finquiry%2Fbank_inquiry.php;h=c667c8873641321b2b36ddd685967189aa2fd4f9;hb=0489317205141deaecefe3a7243d11a3e38a51d0;hp=4330a2ade68f54fd6de21a716c05fc9df2fcdc48;hpb=3f3cfa578adbc2b71f4fd9c8d0f5536d26af43d8;p=fa-stable.git diff --git a/gl/inquiry/bank_inquiry.php b/gl/inquiry/bank_inquiry.php index 4330a2ad..c667c887 100644 --- a/gl/inquiry/bank_inquiry.php +++ b/gl/inquiry/bank_inquiry.php @@ -68,7 +68,7 @@ display_heading($act['bank_account_name']." - ".$act['bank_curr_code']); start_table(TABLESTYLE); $th = array(_("Type"), _("#"), _("Reference"), _("Date"), - _("Debit"), _("Credit"), _("Balance"), _("Person/Item"), ""); + _("Debit"), _("Credit"), _("Balance"), _("Person/Item"), _("Memo"), ""); table_header($th); $bfw = get_balance_before_for_bank_account($_POST['bank_account'], $_POST['TransAfterDate']); @@ -103,6 +103,7 @@ while ($myrow = db_fetch($result)) display_debit_or_credit_cells($myrow["amount"]); amount_cell($running_total); label_cell(get_counterparty_name($myrow["type"], $myrow["trans_no"])); + label_cell(get_comments_string($myrow["type"], $myrow["trans_no"])); label_cell(get_gl_view_str($myrow["type"], $myrow["trans_no"])); end_row(); if ($myrow["amount"] > 0 )