X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FMason.pm;h=0a608ddb06b9e80137c7c60129533e98fc027afc;hb=54d73dfad0b27edd10ec7c917a96c88d45ad6789;hp=77ff66822e3b0e7d822c014c3ccfa7c68151f8a4;hpb=106d0163556c31a3b2cf9c065ec6d9d6ded0ce64;p=freeside.git diff --git a/FS/FS/Mason.pm b/FS/FS/Mason.pm index 77ff66822..0a608ddb0 100644 --- a/FS/FS/Mason.pm +++ b/FS/FS/Mason.pm @@ -103,6 +103,7 @@ Initializes the Mason environment, loads all Freeside and RT libraries, etc. use FS::cust_credit; use FS::cust_credit_bill; use FS::cust_main qw(smart_search); + use FS::cust_main::Import; use FS::cust_main_county; use FS::cust_pay; use FS::cust_pkg; @@ -145,6 +146,8 @@ Initializes the Mason environment, loads all Freeside and RT libraries, etc. use FS::rate; use FS::rate_region; use FS::rate_prefix; + use FS::rate_detail; + use FS::usage_class; use FS::payment_gateway; use FS::agent_payment_gateway; use FS::XMLRPC;