From: Ivan Kohler Date: Sun, 19 Jan 2014 03:13:20 +0000 (-0800) Subject: pbx extensions, RT#26957 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=543b41a1f5e3620949a9733588d10f15afcb6a09 pbx extensions, RT#26957 --- 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