From: ivan Date: Thu, 13 May 2010 02:33:53 +0000 (+0000) Subject: fix color/style and remove billpkgnum on 1_9_BRANCH too X-Git-Tag: freeside_1_9_4~102 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=eb9ca831fcf0e9e360243151fc7cda56f4df0e4e;p=freeside.git fix color/style and remove billpkgnum on 1_9_BRANCH too --- diff --git a/httemplate/search/cust_bill_pkg.cgi b/httemplate/search/cust_bill_pkg.cgi index 2e79cd75d..fdc151f7f 100644 --- a/httemplate/search/cust_bill_pkg.cgi +++ b/httemplate/search/cust_bill_pkg.cgi @@ -7,7 +7,7 @@ $unearned ? ( $money_char. '%.2f unearned revenue' ) : (), ], 'header' => [ - '#', + #'#', 'Description', ( $unearned ? 'Unearned' @@ -26,7 +26,7 @@ FS::UI::Web::cust_header(), ], 'fields' => [ - 'billpkgnum', + #'billpkgnum', sub { $_[0]->pkgnum > 0 ? $_[0]->get('pkg') # possibly use override.pkg : $_[0]->get('itemdesc') # but i think this correct @@ -528,7 +528,6 @@ if ($use_usage) { } else { $count_query .= " FROM cust_bill_pkg $join_cust $join_pkg $where"; } -warn "count_query is $count_query\n"; my @select = ( 'cust_bill_pkg.*', 'cust_bill._date', );