diff options
author | ivan <ivan> | 2011-02-05 02:17:56 +0000 |
---|---|---|
committer | ivan <ivan> | 2011-02-05 02:17:56 +0000 |
commit | de8c8863e29c03feb8d45a20163710e7d56e1143 (patch) | |
tree | 6daea4d8df6c82ed0f80328aa2851a4d218695ce | |
parent | a01d29e1bfa007399711c58a0c9655dca28956d9 (diff) |
probably not related to fibernetics' memory problem, but still, should always use any class that's qsearch-ed, RT#11452
-rw-r--r-- | FS/FS/cust_bill_pkg.pm | 1 |
1 files changed, 1 insertions, 0 deletions
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; |