[freeside-commits] branch FREESIDE_3_BRANCH updated. 16055ddbd7cf41399df4a24a337584225c34c91b
Mark Wells
mark at 420.am
Wed Apr 9 12:53:29 PDT 2014
The branch, FREESIDE_3_BRANCH has been updated
via 16055ddbd7cf41399df4a24a337584225c34c91b (commit)
from 2e915f90c35f3a2e567dfdcde95569ed9cf934e1 (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 16055ddbd7cf41399df4a24a337584225c34c91b
Author: Mark Wells <mark at freeside.biz>
Date: Wed Apr 9 12:52:01 2014 -0700
correctly alias itemdesc column, #28506
diff --git a/httemplate/search/cust_bill_pkg.cgi b/httemplate/search/cust_bill_pkg.cgi
index 769a13d..6cda34a 100644
--- a/httemplate/search/cust_bill_pkg.cgi
+++ b/httemplate/search/cust_bill_pkg.cgi
@@ -302,7 +302,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