[freeside-commits] branch FREESIDE_3_BRANCH updated. 6a6b2c3e2300e1cc5016aca310b09ca5e00ece66
Ivan
ivan at 420.am
Wed Oct 9 16:04:53 PDT 2013
The branch, FREESIDE_3_BRANCH has been updated
via 6a6b2c3e2300e1cc5016aca310b09ca5e00ece66 (commit)
from 85ef9f4033bd1f1214d7815960bc3f4d7d183192 (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 6a6b2c3e2300e1cc5016aca310b09ca5e00ece66
Author: Ivan Kohler <ivan at freeside.biz>
Date: Wed Oct 9 16:04:46 2013 -0700
svc_cable, RT#22009
diff --git a/FS/FS/Mason.pm b/FS/FS/Mason.pm
index 9c6a0fb..a664d5d 100644
--- a/FS/FS/Mason.pm
+++ b/FS/FS/Mason.pm
@@ -344,6 +344,7 @@ if ( -e $addl_handler_use_file ) {
use FS::cable_model;
use FS::invoice_mode;
use FS::invoice_conf;
+ use FS::cable_provider;
# Sammath Naur
if ( $FS::Mason::addl_handler_use ) {
diff --git a/FS/MANIFEST b/FS/MANIFEST
index ed1a0cd..561e00a 100644
--- a/FS/MANIFEST
+++ b/FS/MANIFEST
@@ -702,3 +702,5 @@ FS/invoice_mode.pm
t/invoice_mode.t
FS/invoice_conf.pm
t/invoice_conf.t
+FS/cable_provider.pm
+t/cable_provider.t
-----------------------------------------------------------------------
Summary of changes:
FS/FS/Mason.pm | 1 +
FS/MANIFEST | 2 ++
2 files changed, 3 insertions(+), 0 deletions(-)
More information about the freeside-commits
mailing list