[freeside-commits] branch FREESIDE_2_3_BRANCH updated. 280522d98836e3bd1ce8e658cf0aa8432fc8efba
Ivan
ivan at 420.am
Wed Oct 9 16:05:02 PDT 2013
The branch, FREESIDE_2_3_BRANCH has been updated
via 280522d98836e3bd1ce8e658cf0aa8432fc8efba (commit)
from 8d758c9c75d2e9ac0dcebb1f308c5e252cca45e1 (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 280522d98836e3bd1ce8e658cf0aa8432fc8efba
Author: Ivan Kohler <ivan at freeside.biz>
Date: Wed Oct 9 16:04:57 2013 -0700
svc_cable, RT#22009
diff --git a/FS/FS/Mason.pm b/FS/FS/Mason.pm
index 0f8ae87..eca56bc 100644
--- a/FS/FS/Mason.pm
+++ b/FS/FS/Mason.pm
@@ -317,6 +317,7 @@ if ( -e $addl_handler_use_file ) {
use FS::log_context;
use FS::svc_cable;
use FS::cable_model;
+ use FS::cable_provider;
# Sammath Naur
if ( $FS::Mason::addl_handler_use ) {
diff --git a/FS/MANIFEST b/FS/MANIFEST
index cd3ccd9..cc463e6 100644
--- a/FS/MANIFEST
+++ b/FS/MANIFEST
@@ -646,3 +646,5 @@ FS/h_svc_cable.pm
t/h_svc_cable.t
FS/cable_model.pm
t/cable_model.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