[freeside-commits] branch master updated. 84abddf4bf0bc90e4a8f6e8e546e3cf4ee2786a2

Mark Wells mark at 420.am
Wed Apr 9 12:53:30 PDT 2014


The branch, master has been updated
       via  84abddf4bf0bc90e4a8f6e8e546e3cf4ee2786a2 (commit)
      from  9d745634f4d11c8a23117fb01d6e8aecdfd669ff (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 84abddf4bf0bc90e4a8f6e8e546e3cf4ee2786a2
Author: Mark Wells <mark at freeside.biz>
Date:   Wed Apr 9 12:53:24 2014 -0700

    correctly alias itemdesc column, #28506

diff --git a/httemplate/search/cust_bill_pkg.cgi b/httemplate/search/cust_bill_pkg.cgi
index fe16f3a..b1086e3 100644
--- a/httemplate/search/cust_bill_pkg.cgi
+++ b/httemplate/search/cust_bill_pkg.cgi
@@ -326,7 +326,7 @@ push @select, "COALESCE($part_pkg.taxclass, part_fee.taxclass) AS taxclass"
 # the non-tax case
 if ( $cgi->param('nottax') ) {
 
-  push @select, $itemdesc;
+  push @select, "($itemdesc) AS itemdesc";
 
   push @where,
     '(cust_bill_pkg.pkgnum > 0 OR cust_bill_pkg.feepart IS NOT NULL)';

-----------------------------------------------------------------------

Summary of changes:
 httemplate/search/cust_bill_pkg.cgi |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)




More information about the freeside-commits mailing list