summaryrefslogtreecommitdiff
path: root/FS/FS/cdr_cust_pkg_usage.pm
diff options
context:
space:
mode:
Diffstat (limited to 'FS/FS/cdr_cust_pkg_usage.pm')
-rw-r--r--FS/FS/cdr_cust_pkg_usage.pm13
1 files changed, 1 insertions, 12 deletions
diff --git a/FS/FS/cdr_cust_pkg_usage.pm b/FS/FS/cdr_cust_pkg_usage.pm
index 6ef7f2d..7de8764 100644
--- a/FS/FS/cdr_cust_pkg_usage.pm
+++ b/FS/FS/cdr_cust_pkg_usage.pm
@@ -1,8 +1,7 @@
package FS::cdr_cust_pkg_usage;
+use base qw( FS::Record );
use strict;
-use base qw( FS::Record );
-use FS::Record qw( qsearch qsearchs );
=head1 NAME
@@ -102,16 +101,6 @@ Returns the L<FS::cust_pkg_usage> object that this usage allocation came from.
Returns the L<FS::cdr> object that the usage was applied to.
-=cut
-
-sub cust_pkg_usage {
- FS::cust_pkg_usage->by_key($_[0]->pkgusagenum);
-}
-
-sub cdr {
- FS::cdr->by_key($_[0]->acctid);
-}
-
=back
=head1 SEE ALSO