From: Ivan Kohler Date: Wed, 11 Dec 2013 04:58:22 +0000 (-0800) Subject: on-the-fly alarm vendor / type / CS adding, RT#23694 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=6ced51db0e73603461591e54b7f606467e7c7af0 on-the-fly alarm vendor / type / CS adding, RT#23694 --- diff --git a/FS/FS/Mason.pm b/FS/FS/Mason.pm index fc25a8638..d228bb173 100644 --- a/FS/FS/Mason.pm +++ b/FS/FS/Mason.pm @@ -358,6 +358,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; # Sammath Naur if ( $FS::Mason::addl_handler_use ) { diff --git a/FS/MANIFEST b/FS/MANIFEST index e63583118..ba933996d 100644 --- a/FS/MANIFEST +++ b/FS/MANIFEST @@ -729,3 +729,9 @@ 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