From 7619d75708620dde1f5507689769dfab95219c10 Mon Sep 17 00:00:00 2001 From: jeff Date: Wed, 30 Dec 2009 02:39:39 +0000 Subject: [PATCH] use the class used --- FS/FS/cust_bill_pkg_detail.pm | 1 + 1 file changed, 1 insertion(+) 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); -- 2.11.0