show MAC address vendors
[freeside.git] / FS / FS / Mason.pm
index caa2e60..4b50e97 100644 (file)
@@ -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 );
@@ -375,6 +377,8 @@ if ( -e $addl_handler_use_file ) {
   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 ) {