[freeside-commits] freeside/FS/FS cust_bill_pkg.pm, 1.51.4.1, 1.51.4.2

Ivan,,, ivan at wavetail.420.am
Fri Feb 4 20:05:14 PST 2011


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

Modified Files:
      Tag: FREESIDE_2_1_BRANCH
	cust_bill_pkg.pm 
Log Message:
fix cpu/memory problem?, RT#11452

Index: cust_bill_pkg.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/cust_bill_pkg.pm,v
retrieving revision 1.51.4.1
retrieving revision 1.51.4.2
diff -u -w -d -r1.51.4.1 -r1.51.4.2
--- cust_bill_pkg.pm	5 Feb 2011 02:17:57 -0000	1.51.4.1
+++ cust_bill_pkg.pm	5 Feb 2011 04:05:12 -0000	1.51.4.2
@@ -875,6 +875,17 @@
 
 }
 
+=item cust_bill_pkg_discount 
+
+Returns the list of associated cust_bill_pkg_discount objects.
+
+=cut
+
+sub cust_bill_pkg_discount {
+    my $self = shift;
+    qsearch ( 'cust_bill_pkg_discount', { 'billpkgnum' => $self->billpkgnum } );
+}
+
 =back
 
 =head1 BUGS



More information about the freeside-commits mailing list