on-the-fly alarm vendor / type / CS adding, RT#23694
authorIvan Kohler <ivan@freeside.biz>
Wed, 11 Dec 2013 04:58:22 +0000 (20:58 -0800)
committerIvan Kohler <ivan@freeside.biz>
Wed, 11 Dec 2013 04:58:22 +0000 (20:58 -0800)
FS/FS/Mason.pm
FS/MANIFEST

index fc25a86..d228bb1 100644 (file)
@@ -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 ) {
index e635831..ba93399 100644 (file)
@@ -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