summaryrefslogtreecommitdiff
path: root/htetc/handler.pl
diff options
context:
space:
mode:
authorjeff <jeff>2008-04-01 00:54:44 +0000
committerjeff <jeff>2008-04-01 00:54:44 +0000
commit4104f4e3d1b387296b16b4a035b4b7f42e0c5977 (patch)
treefcb03d2c518cc91df33059675764d548fedc9e7a /htetc/handler.pl
parent12eb930abf31078c68dbf7eb94865faa1c59fc9e (diff)
checkpoint of new tax rating system
Diffstat (limited to 'htetc/handler.pl')
-rw-r--r--htetc/handler.pl8
1 files changed, 7 insertions, 1 deletions
diff --git a/htetc/handler.pl b/htetc/handler.pl
index caa266d..d2fe52d 100644
--- a/htetc/handler.pl
+++ b/htetc/handler.pl
@@ -149,9 +149,9 @@ sub handler
use FS::cust_credit_bill;
use FS::cust_main qw(smart_search);
use FS::cust_main_county;
- use FS::part_pkg_taxclass;
use FS::cust_pay;
use FS::cust_pkg;
+ use FS::part_pkg_taxclass;
use FS::cust_pkg_reason;
use FS::cust_refund;
use FS::cust_svc;
@@ -207,6 +207,12 @@ sub handler
use FS::reason_type;
use FS::reason;
use FS::cust_main_note;
+ use FS::tax_class;
+ use FS::cust_tax_location;
+ use FS::part_pkg_taxproduct;
+ use FS::part_pkg_taxoverride;
+ use FS::part_pkg_taxrate;
+ use FS::tax_rate;
if ( %%%RT_ENABLED%%% ) {
eval '