[freeside-commits] branch FREESIDE_3_BRANCH updated. c847496da20e68be23c37d56b78fdfe33f0dfd33
Ivan
ivan at 420.am
Tue Dec 10 20:59:08 PST 2013
The branch, FREESIDE_3_BRANCH has been updated
via c847496da20e68be23c37d56b78fdfe33f0dfd33 (commit)
from 127ab8d0e20b681bac78e13f797c9b0f9b32dbd8 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit c847496da20e68be23c37d56b78fdfe33f0dfd33
Author: Ivan Kohler <ivan at freeside.biz>
Date: Tue Dec 10 20:59:05 2013 -0800
on-the-fly alarm vendor / type / CS adding, RT#23694
diff --git a/FS/FS/Mason.pm b/FS/FS/Mason.pm
index 1a0d747..ef4bf6c 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 c66b2cf..8f4ab74 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
-----------------------------------------------------------------------
Summary of changes:
FS/FS/Mason.pm | 3 +++
FS/MANIFEST | 6 ++++++
2 files changed, 9 insertions(+), 0 deletions(-)
More information about the freeside-commits
mailing list