From: ivan Date: Sat, 5 Feb 2011 02:17:57 +0000 (+0000) Subject: probably not related to fibernetics' memory problem, but still, should always use... X-Git-Tag: freeside_2_1_2~83 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=d5e4de9ccd6dee650d64e133a723c8536afba2b2 probably not related to fibernetics' memory problem, but still, should always use any class that's qsearch-ed, RT#11452 --- diff --git a/FS/FS/cust_bill_pkg.pm b/FS/FS/cust_bill_pkg.pm index d396f8239..5a7c7fe54 100644 --- a/FS/FS/cust_bill_pkg.pm +++ b/FS/FS/cust_bill_pkg.pm @@ -10,6 +10,7 @@ use FS::part_pkg; use FS::cust_bill; use FS::cust_bill_pkg_detail; use FS::cust_bill_pkg_display; +use FS::cust_bill_pkg_discount; use FS::cust_bill_pay_pkg; use FS::cust_credit_bill_pkg; use FS::cust_tax_exempt_pkg;