summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjeff <jeff>2009-12-30 02:39:24 +0000
committerjeff <jeff>2009-12-30 02:39:24 +0000
commitbee0dc56acce8715f1cb2d3e3e9813d855c2d70b (patch)
tree322fc348aae1e63ee3ec773e763673f018554dfb
parentd3338477cffe63da1395721f91e8928fda34afd6 (diff)
use the class used
-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 63d0ac5ba..f2e60d2f4 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);