projects
/
freeside.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
127ab8d
)
on-the-fly alarm vendor / type / CS adding, RT#23694
author
Ivan Kohler
<ivan@freeside.biz>
Wed, 11 Dec 2013 04:59:05 +0000
(20:59 -0800)
committer
Ivan Kohler
<ivan@freeside.biz>
Wed, 11 Dec 2013 04:59:05 +0000
(20:59 -0800)
FS/FS/Mason.pm
patch
|
blob
|
history
FS/MANIFEST
patch
|
blob
|
history
diff --git
a/FS/FS/Mason.pm
b/FS/FS/Mason.pm
index
1a0d747
..
ef4bf6c
100644
(file)
--- 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
(file)
--- 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