[freeside-commits] branch master updated. 543b41a1f5e3620949a9733588d10f15afcb6a09
Ivan
ivan at 420.am
Sat Jan 18 19:14:32 PST 2014
The branch, master has been updated
via 543b41a1f5e3620949a9733588d10f15afcb6a09 (commit)
from 6ac45d15e85b10e3d63645c26a0a2acbad103df1 (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 543b41a1f5e3620949a9733588d10f15afcb6a09
Author: Ivan Kohler <ivan at freeside.biz>
Date: Sat Jan 18 19:13:20 2014 -0800
pbx extensions, RT#26957
diff --git a/FS/FS/Mason.pm b/FS/FS/Mason.pm
index 62e5755..7d78376 100644
--- a/FS/FS/Mason.pm
+++ b/FS/FS/Mason.pm
@@ -368,6 +368,7 @@ if ( -e $addl_handler_use_file ) {
use FS::svc_video;
use FS::part_pkg_usageprice;
use FS::cust_pkg_usageprice;
+ use FS::pbx_extension;
# Sammath Naur
if ( $FS::Mason::addl_handler_use ) {
diff --git a/FS/MANIFEST b/FS/MANIFEST
index 315e62c..f2f1e39 100644
--- a/FS/MANIFEST
+++ b/FS/MANIFEST
@@ -749,3 +749,5 @@ FS/part_pkg_usageprice.pm
t/part_pkg_usageprice.t
FS/cust_pkg_usageprice.pm
t/cust_pkg_usageprice.t
+FS/pbx_extension.pm
+t/pbx_extension.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