[freeside-commits] freeside/httemplate/view/cust_main packages.html, 1.57, 1.58

Ivan,,, ivan at wavetail.420.am
Sun Mar 29 21:31:49 PDT 2009


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

Modified Files:
	packages.html 
Log Message:
try not to search for nothing in cust_svc so much, RT#5083

Index: packages.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/cust_main/packages.html,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -d -r1.57 -r1.58
--- packages.html	30 Mar 2009 04:15:56 -0000	1.57
+++ packages.html	30 Mar 2009 04:31:47 -0000	1.58
@@ -192,6 +192,7 @@
     my %part_pkg = map  { /^part_pkg_(.+)$/ or die; ( $1 => $hash{$_} ); }
                    grep { /^part_pkg_/ } keys %hash;
     $cust_pkg->{'_pkgpart'} = new FS::part_pkg \%part_pkg;
+    $cust_pkg->{'_num_cust_svc'} = $cust_pkg->get('_num_cust_svc');
   }
 
   unless ( $cgi->param('showoldpackages') ) {



More information about the freeside-commits mailing list