show MAC address vendors
[freeside.git] / FS / FS / Mason.pm
index e4e4117..d1fa3cf 100644 (file)
@@ -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 )
@@ -357,6 +358,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 ) {