From: ivan Date: Mon, 30 Mar 2009 01:09:01 +0000 (+0000) Subject: forget caching, instead scoop up cust_pkg and part_pkg in one query, RT#5083 X-Git-Tag: root_of_svc_elec_features~1331 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=a852ab2648b1496a0010276c2e3b516211190671 forget caching, instead scoop up cust_pkg and part_pkg in one query, RT#5083 --- diff --git a/httemplate/view/cust_main/packages.html b/httemplate/view/cust_main/packages.html index 56bc63fd0..07601dd54 100755 --- a/httemplate/view/cust_main/packages.html +++ b/httemplate/view/cust_main/packages.html @@ -76,7 +76,7 @@ Current packages Services -% local($FS::cust_pkg::DEBUG) = 2; +% $FS::cust_pkg::DEBUG = 2; % foreach my $cust_pkg (@$packages) { % % if ( $bgcolor eq $bgcolor1 ) {