[freeside-commits] freeside/httemplate/view/cust_main packages.html, 1.52, 1.53

Ivan,,, ivan at wavetail.420.am
Sun Mar 29 18:09:03 PDT 2009


Update of /home/cvs/cvsroot/freeside/httemplate/view/cust_main
In directory wavetail.420.am:/tmp/cvs-serv14815/httemplate/view/cust_main

Modified Files:
	packages.html 
Log Message:
forget caching, instead scoop up cust_pkg and part_pkg in one query, RT#5083

Index: packages.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/cust_main/packages.html,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -d -r1.52 -r1.53
--- packages.html	30 Mar 2009 01:05:04 -0000	1.52
+++ packages.html	30 Mar 2009 01:09:01 -0000	1.53
@@ -76,7 +76,7 @@
   <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 ) {



More information about the freeside-commits mailing list