summaryrefslogtreecommitdiff
path: root/FS/FS/cust_bill_pkg_detail.pm
diff options
context:
space:
mode:
authorjeff <jeff>2009-12-30 02:39:39 +0000
committerjeff <jeff>2009-12-30 02:39:39 +0000
commit7619d75708620dde1f5507689769dfab95219c10 (patch)
tree43b26e7ad15369cb9721d7bb688164d6059c6998 /FS/FS/cust_bill_pkg_detail.pm
parent9048d8cf03126a412bdaeed9383dad48bc6f03a3 (diff)
use the class used
Diffstat (limited to 'FS/FS/cust_bill_pkg_detail.pm')
-rw-r--r--FS/FS/cust_bill_pkg_detail.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/cust_bill_pkg_detail.pm b/FS/FS/cust_bill_pkg_detail.pm
index 63d0ac5..f2e60d2 100644
--- a/FS/FS/cust_bill_pkg_detail.pm
+++ b/FS/FS/cust_bill_pkg_detail.pm
@@ -5,6 +5,7 @@ use vars qw( @ISA $me $DEBUG %GetInfoType );
use HTML::Entities;
use FS::Record qw( qsearch qsearchs dbdef dbh );
use FS::cust_bill_pkg;
+use FS::usage_class;
use FS::Conf;
@ISA = qw(FS::Record);