[freeside-commits] branch master updated. 52e932f780b1a2775a147e590782621c3be369d9
Ivan
ivan at 420.am
Tue May 14 00:31:51 PDT 2013
The branch, master has been updated
via 52e932f780b1a2775a147e590782621c3be369d9 (commit)
from 9a9d1eab4ca49da5598b489b05569a253a13c798 (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 52e932f780b1a2775a147e590782621c3be369d9
Author: Ivan Kohler <ivan at freeside.biz>
Date: Tue May 14 00:31:47 2013 -0700
svc_cable, RT#22009
diff --git a/FS/FS/Mason.pm b/FS/FS/Mason.pm
index 6653fb7..90ced1f 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