[freeside-commits] freeside/FS/FS cust_pkg.pm,1.217,1.218

Ivan,,, ivan at wavetail.420.am
Tue Nov 15 20:00:23 PST 2011


Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv17469

Modified Files:
	cust_pkg.pm 
Log Message:
make sure not to pull up anything per-service / finish optimizing bulk service view (cust_pkg-large_pkg_size), RT#15154

Index: cust_pkg.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/cust_pkg.pm,v
retrieving revision 1.217
retrieving revision 1.218
diff -u -w -d -r1.217 -r1.218
--- cust_pkg.pm	16 Nov 2011 01:38:28 -0000	1.217
+++ cust_pkg.pm	16 Nov 2011 04:00:21 -0000	1.218
@@ -1921,7 +1921,7 @@
       max( 0, $pkg_svc->quantity - $num_cust_svc );
     $part_svc->{'Hash'}{'cust_pkg_svc'} =
         $num_cust_svc ? [ $self->cust_svc($part_svc->svcpart) ] : []
-      unless exists($opt{summarize_size}) && $opt{summarize_size}
+      unless exists($opt{summarize_size}) && $opt{summarize_size} > 0
           && $num_cust_svc >= $opt{summarize_size};
     $part_svc->{'Hash'}{'hidden'} = $pkg_svc->hidden;
     $part_svc;



More information about the freeside-commits mailing list