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

Ivan,,, ivan at wavetail.420.am
Sun Mar 29 21:35:42 PDT 2009


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

Modified Files:
	packages.html 
Log Message:
doh!  underscore, RT#5083

Index: packages.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/cust_main/packages.html,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -d -r1.58 -r1.59
--- packages.html	30 Mar 2009 04:31:47 -0000	1.58
+++ packages.html	30 Mar 2009 04:35:39 -0000	1.59
@@ -192,7 +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');
+    $cust_pkg->{'_num_cust_svc'} = $cust_pkg->get('num_cust_svc');
   }
 
   unless ( $cgi->param('showoldpackages') ) {



More information about the freeside-commits mailing list