X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fcust_bill_pkg_detail.pm;h=f2e60d2f42e651d7f9e42cbb579cbb67a34543d2;hb=bef5524812ba07f939d1445a8c64b4474787e8f6;hp=63d0ac5ba77f39dd02bfb1d39cd1159bec65e3cd;hpb=40a7b3dc653e099f7bd0bd762b649b04c4432db2;p=freeside.git 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);