diff options
author | ivan <ivan> | 2008-02-20 01:21:17 +0000 |
---|---|---|
committer | ivan <ivan> | 2008-02-20 01:21:17 +0000 |
commit | 9f2de9917c8ff7fecd1d17ac7567472b5ac75df0 (patch) | |
tree | 3c896e6091676eb46ab14c8408ea08483a08f918 /htetc | |
parent | 7e5ae6bd612f2eff6065b4aea0a52edc696e5d36 (diff) |
update the tax class editor to enable taxclass adding, RT#2929
Diffstat (limited to 'htetc')
-rw-r--r-- | htetc/handler.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/htetc/handler.pl b/htetc/handler.pl index 1ec872c18..4ff08d473 100644 --- a/htetc/handler.pl +++ b/htetc/handler.pl @@ -145,6 +145,7 @@ 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::cust_pkg_reason; |