From: ivan Date: Sat, 5 Feb 2011 02:17:56 +0000 (+0000) Subject: probably not related to fibernetics' memory problem, but still, should always use... X-Git-Tag: freeside_2_3_0~654 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=de8c8863e29c03feb8d45a20163710e7d56e1143 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 aa6c90b47..791999c17 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;