X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FMason.pm;h=d1fa3cf4313eece6a20e724004e2920c913e2548;hb=9b27a2b16c37b060ef48029581e4196990a9963b;hp=f160d3ffb1c9c167a2aeb07d350fe77a84396ca2;hpb=5e78b358502a9506b60b5e1f888feb83a1f8fa86;p=freeside.git diff --git a/FS/FS/Mason.pm b/FS/FS/Mason.pm index f160d3ffb..d1fa3cf43 100644 --- a/FS/FS/Mason.pm +++ b/FS/FS/Mason.pm @@ -100,6 +100,7 @@ if ( -e $addl_handler_use_file ) { use Business::CreditCard 0.30; #for mask-aware cardtype() use NetAddr::IP; + use Net::MAC::Vendor; use Net::Ping; use Net::Ping::External; #if CPAN #7815 ever gets fixed# if ( $Net::Ping::External::VERSION <= 0.12 ) @@ -356,6 +357,9 @@ if ( -e $addl_handler_use_file ) { use FS::part_fee; use FS::cust_bill_pkg_fee; use FS::part_fee_msgcat; + use FS::part_fee_usage; + use FS::sched_item; + use FS::sched_avail; # Sammath Naur if ( $FS::Mason::addl_handler_use ) {