fix cpu/memory problem?, RT#11452
[freeside.git] / FS / FS / cust_bill_pkg.pm
index 5a7c7fe..791999c 100644 (file)
@@ -875,6 +875,17 @@ sub cust_bill_pkg_detail {
 
 }
 
+=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