diff options
author | Ivan Kohler <ivan@freeside.biz> | 2013-12-10 20:59:05 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2013-12-10 20:59:05 -0800 |
commit | c847496da20e68be23c37d56b78fdfe33f0dfd33 (patch) | |
tree | 8f2db92de992c298ef9e74d7f42ec3bd4c8d0b32 /FS | |
parent | 127ab8d0e20b681bac78e13f797c9b0f9b32dbd8 (diff) |
on-the-fly alarm vendor / type / CS adding, RT#23694
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/Mason.pm | 3 | ||||
-rw-r--r-- | FS/MANIFEST | 6 |
2 files changed, 9 insertions, 0 deletions
diff --git a/FS/FS/Mason.pm b/FS/FS/Mason.pm index 1a0d74785..ef4bf6ce8 100644 --- a/FS/FS/Mason.pm +++ b/FS/FS/Mason.pm @@ -347,6 +347,9 @@ if ( -e $addl_handler_use_file ) { use FS::cable_provider; use FS::cust_credit_void; use FS::discount_class; + use FS::alarm_system; + use FS::alarm_type; + use FS::alarm_station; use FS::addr_range; # Sammath Naur diff --git a/FS/MANIFEST b/FS/MANIFEST index c66b2cfbe..8f4ab74bc 100644 --- a/FS/MANIFEST +++ b/FS/MANIFEST @@ -707,5 +707,11 @@ FS/cust_credit_void.pm t/cust_credit_void.t FS/discount_class.pm t/discount_class.t +FS/alarm_system.pm +t/alarm_system.t +FS/alarm_type.pm +t/alarm_type.t +FS/alarm_station.pm +t/alarm_station.t FS/addr_range.pm t/addr_range.t |