diff options
author | Ivan Kohler <ivan@freeside.biz> | 2014-01-18 19:13:20 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2014-01-18 19:13:20 -0800 |
commit | 543b41a1f5e3620949a9733588d10f15afcb6a09 (patch) | |
tree | c2d89f71b0d4ba6c824bf544554e082aacbc8cf0 | |
parent | 6ac45d15e85b10e3d63645c26a0a2acbad103df1 (diff) |
pbx extensions, RT#26957
-rw-r--r-- | FS/FS/Mason.pm | 1 | ||||
-rw-r--r-- | FS/MANIFEST | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/FS/FS/Mason.pm b/FS/FS/Mason.pm index 62e575560..7d783769e 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 315e62c3d..f2f1e3984 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 |