[freeside-commits] freeside/FS/FS cust_pkg.pm, 1.204.2.13, 1.204.2.14

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


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

Modified Files:
      Tag: FREESIDE_2_3_BRANCH
	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.204.2.13
retrieving revision 1.204.2.14
diff -u -w -d -r1.204.2.13 -r1.204.2.14
--- cust_pkg.pm	16 Nov 2011 01:38:32 -0000	1.204.2.13
+++ cust_pkg.pm	16 Nov 2011 04:00:25 -0000	1.204.2.14
@@ -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