[freeside-commits] branch master updated. 6b6d92928cfbc3a6e2e35990af8d2d54a379bb1d

Ivan ivan at 420.am
Sat Jan 4 16:26:06 PST 2014


The branch, master has been updated
       via  6b6d92928cfbc3a6e2e35990af8d2d54a379bb1d (commit)
      from  5264cbf1175e3ea73cf9bcf5087c5028e6cf3b1c (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 6b6d92928cfbc3a6e2e35990af8d2d54a379bb1d
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Sat Jan 4 16:26:04 2014 -0800

    svc_conferencing, RT#24389

diff --git a/FS/FS/Mason.pm b/FS/FS/Mason.pm
index 4e9c4f1..8e70040 100644
--- a/FS/FS/Mason.pm
+++ b/FS/FS/Mason.pm
@@ -362,6 +362,9 @@ if ( -e $addl_handler_use_file ) {
   use FS::alarm_type;
   use FS::alarm_station;
   use FS::addr_range;
+  use FS::svc_conferencing;
+  use FS::conferencing_type;
+  use FS::conferencing_quality;
   # Sammath Naur
 
   if ( $FS::Mason::addl_handler_use ) {

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/Mason.pm |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)




More information about the freeside-commits mailing list