From: Joe Hunt Date: Tue, 3 Nov 2009 10:37:12 +0000 (+0000) Subject: Wrong presentation on reference and order in Customer Allocation Inquiry X-Git-Tag: v2.4.2~19^2~1057 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=34c994b22651d9988cd21791081d0686b91aee7b;p=fa-stable.git Wrong presentation on reference and order in Customer Allocation Inquiry --- 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,