pbx extensions, RT#26957
authorIvan Kohler <ivan@freeside.biz>
Sun, 19 Jan 2014 03:13:20 +0000 (19:13 -0800)
committerIvan Kohler <ivan@freeside.biz>
Sun, 19 Jan 2014 03:13:20 +0000 (19:13 -0800)
FS/FS/Mason.pm
FS/MANIFEST

index 62e5755..7d78376 100644 (file)
@@ -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 ) {
index 315e62c..f2f1e39 100644 (file)
@@ -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