From 34c994b22651d9988cd21791081d0686b91aee7b Mon Sep 17 00:00:00 2001 From: Joe Hunt Date: Tue, 3 Nov 2009 10:37:12 +0000 Subject: [PATCH] Wrong presentation on reference and order in Customer Allocation Inquiry --- CHANGELOG.txt | 4 ++++ sales/inquiry/customer_allocation_inquiry.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 988af372..62977165 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -24,6 +24,10 @@ $ -> Affected files $ /purchasing/includes/db/invoice_db.inc # Removed unneeded reference to $result in db_num_rows. Gave warnings. $ /includes/db/connect_db.inc +! Better formatting of update.html +$ update.html +# Wrong presentation on reference and order in Customer Allocation Inquiry +$ /sales/inquiry/customer_allocation_inquiry.php 02-Nov-2009 Janusz Dobrowolski # Bad default value retrieved for service COGS account. diff --git a/sales/inquiry/customer_allocation_inquiry.php b/sales/inquiry/customer_allocation_inquiry.php index bbf82460..84e5416f 100644 --- a/sales/inquiry/customer_allocation_inquiry.php +++ b/sales/inquiry/customer_allocation_inquiry.php @@ -138,9 +138,9 @@ function fmt_credit($row) $sql = "SELECT trans.type, - trans.order_, trans.trans_no, trans.reference, + trans.order_, trans.tran_date, trans.due_date, debtor.name, -- 2.30.2