diff options
author | jeff <jeff> | 2006-10-18 23:07:08 +0000 |
---|---|---|
committer | jeff <jeff> | 2006-10-18 23:07:08 +0000 |
commit | 52281cbeaf8d4e02345eca3c1aa0500133823558 (patch) | |
tree | c0174e1f4b9fb952c7976db92d464b74d82cf11f /htetc | |
parent | 609fe46a015c92be8a93c1b05a2fb67133bfd22b (diff) |
suspension and cancellation reasons
Diffstat (limited to 'htetc')
-rw-r--r-- | htetc/handler.pl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/htetc/handler.pl b/htetc/handler.pl index c03313e0b..89287d754 100644 --- a/htetc/handler.pl +++ b/htetc/handler.pl @@ -142,6 +142,7 @@ sub handler use FS::cust_main_county; use FS::cust_pay; use FS::cust_pkg; + use FS::cust_pkg_reason; use FS::cust_refund; use FS::cust_svc; use FS::nas; @@ -189,6 +190,8 @@ sub handler use FS::access_right; use FS::AccessRight; use FS::svc_phone; + use FS::reason_type; + use FS::reason; use FS::cust_main_note; if ( %%%RT_ENABLED%%% ) { |