diff options
author | jeff <jeff> | 2008-12-05 08:24:55 +0000 |
---|---|---|
committer | jeff <jeff> | 2008-12-05 08:24:55 +0000 |
commit | 1beb98b1a37a2c8b7d313334dcdc8810b8fe33c9 (patch) | |
tree | 4436598ff675900c34f433c2e8f9744f4078ad68 | |
parent | 812a61c2aea8a9afd53cbf5c245a8a9ddbf6fd33 (diff) |
missing uses, corrects 4388
-rw-r--r-- | FS/FS/cust_main.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/FS/FS/cust_main.pm b/FS/FS/cust_main.pm index c572bea36..f944175d7 100644 --- a/FS/FS/cust_main.pm +++ b/FS/FS/cust_main.pm @@ -36,7 +36,9 @@ use FS::cust_credit; use FS::cust_refund; use FS::part_referral; use FS::cust_main_county; +use FS::tax_rate; use FS::cust_tax_location; +use FS::part_pkg_taxrate; use FS::agent; use FS::cust_main_invoice; use FS::cust_credit_bill; |