X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FMason.pm;h=ede7259fb23290a49215f5b6819c840ca8a12beb;hb=6805930da094e93edb07c01f50a6a3c071d8ab5e;hp=0f162e0b1a94dd6e795a9bdc434c7a2ca19541b2;hpb=e190069ac7b7d442c4b0502f26c178929b794ec6;p=freeside.git diff --git a/FS/FS/Mason.pm b/FS/FS/Mason.pm index 0f162e0b1..ede7259fb 100644 --- a/FS/FS/Mason.pm +++ b/FS/FS/Mason.pm @@ -98,6 +98,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 ) @@ -146,6 +147,7 @@ if ( -e $addl_handler_use_file ) { use FS::Report::Table; use FS::Report::Table::Monthly; use FS::Report::Table::Daily; + use FS::Report::Tax; use FS::TicketSystem; use FS::NetworkMonitoringSystem; use FS::Tron qw( tron_lint ); @@ -377,6 +379,8 @@ if ( -e $addl_handler_use_file ) { use FS::part_fee_usage; use FS::sched_item; use FS::sched_avail; + use FS::export_batch; + use FS::export_batch_item; # Sammath Naur if ( $FS::Mason::addl_handler_use ) {