X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FMason.pm;h=eca56bcd614403d714bbd792e82c56b230e61b48;hb=280522d98836e3bd1ce8e658cf0aa8432fc8efba;hp=8058b5f7f83c2c715a1aae1e659aeefa9242121a;hpb=61f1dbf6a14999ac75ad76c7b2b6f706ed438c11;p=freeside.git diff --git a/FS/FS/Mason.pm b/FS/FS/Mason.pm index 8058b5f7f..eca56bcd6 100644 --- a/FS/FS/Mason.pm +++ b/FS/FS/Mason.pm @@ -160,6 +160,7 @@ if ( -e $addl_handler_use_file ) { use FS::cust_credit; use FS::cust_credit_bill; use FS::cust_main; + use FS::h_cust_main; use FS::cust_main::Search qw(smart_search); use FS::cust_main::Import; use FS::cust_main_county; @@ -314,6 +315,9 @@ if ( -e $addl_handler_use_file ) { use FS::agent_pkg_class; use FS::log; use FS::log_context; + use FS::svc_cable; + use FS::cable_model; + use FS::cable_provider; # Sammath Naur if ( $FS::Mason::addl_handler_use ) {