forget caching, instead scoop up cust_pkg and part_pkg in one query, RT#5083
authorivan <ivan>
Mon, 30 Mar 2009 01:09:01 +0000 (01:09 +0000)
committerivan <ivan>
Mon, 30 Mar 2009 01:09:01 +0000 (01:09 +0000)
httemplate/view/cust_main/packages.html

index 56bc63f..07601dd 100755 (executable)
@@ -76,7 +76,7 @@ Current packages
   <TH CLASS="grid" BGCOLOR="#cccccc">Services</TH>
 </TR>
 
-% local($FS::cust_pkg::DEBUG) = 2;
+% $FS::cust_pkg::DEBUG = 2;
 % foreach my $cust_pkg (@$packages) {
 %
 %   if ( $bgcolor eq $bgcolor1 ) {