From: jeff Date: Wed, 30 Dec 2009 02:39:39 +0000 (+0000) Subject: use the class used X-Git-Tag: root_of_svc_elec_features~585 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=7619d75708620dde1f5507689769dfab95219c10;p=freeside.git use the class used --- 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);