diff options
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/Mason.pm | 1 | ||||
-rw-r--r-- | FS/MANIFEST | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/FS/FS/Mason.pm b/FS/FS/Mason.pm index 8fb435826..f628313f6 100644 --- a/FS/FS/Mason.pm +++ b/FS/FS/Mason.pm @@ -135,6 +135,7 @@ if ( -e $addl_handler_use_file ) { use FS::Report::FCC_477; use FS::Report::Table::Monthly; use FS::TicketSystem; + use FS::NetworkMonitoringSystem; use FS::Tron qw( tron_lint ); use FS::agent; diff --git a/FS/MANIFEST b/FS/MANIFEST index 8e7574280..76984625d 100644 --- a/FS/MANIFEST +++ b/FS/MANIFEST @@ -557,3 +557,5 @@ t/svc_port.t FS/h_svc_port.pm t/h_svc_port.t FS/cust_main/Status.pm +FS/NetworkMonitoringSystem.pm +FS/NetworkMonitoringSystem/Torrus_Internal.pm |