X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fsearch%2Fcust_bill_pkg.cgi;fp=httemplate%2Fsearch%2Fcust_bill_pkg.cgi;h=b1086e3dc59b524b746edf9e5330fe1733c1d3a3;hp=fe16f3aa5d59fed9f01466490e196fff0a68c737;hb=84abddf4bf0bc90e4a8f6e8e546e3cf4ee2786a2;hpb=9d745634f4d11c8a23117fb01d6e8aecdfd669ff diff --git a/httemplate/search/cust_bill_pkg.cgi b/httemplate/search/cust_bill_pkg.cgi index fe16f3aa5..b1086e3dc 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)';