[freeside-commits] branch FREESIDE_3_BRANCH updated. f3f24bc08631514d07673ae2dfdae0d6c833569d
Ivan
ivan at 420.am
Tue May 14 00:31:54 PDT 2013
The branch, FREESIDE_3_BRANCH has been updated
via f3f24bc08631514d07673ae2dfdae0d6c833569d (commit)
from 6a843636a32447c01e9704096336aa24a24d4f50 (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 f3f24bc08631514d07673ae2dfdae0d6c833569d
Author: Ivan Kohler <ivan at freeside.biz>
Date: Tue May 14 00:31:51 2013 -0700
svc_cable, RT#22009
diff --git a/FS/FS/Mason.pm b/FS/FS/Mason.pm
index 1553a42..f9c5981 100644
--- a/FS/FS/Mason.pm
+++ b/FS/FS/Mason.pm
@@ -339,6 +339,8 @@ if ( -e $addl_handler_use_file ) {
use FS::part_pkg_usage;
use FS::cdr_cust_pkg_usage;
use FS::part_pkg_msgcat;
+ use FS::svc_cable;
+ use FS::cable_device;
# Sammath Naur
if ( $FS::Mason::addl_handler_use ) {
-----------------------------------------------------------------------
Summary of changes:
FS/FS/Mason.pm | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
More information about the freeside-commits
mailing list