From: Ivan Kohler Date: Tue, 14 May 2013 07:31:51 +0000 (-0700) Subject: svc_cable, RT#22009 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=f3f24bc08631514d07673ae2dfdae0d6c833569d;p=freeside.git svc_cable, RT#22009 --- diff --git a/FS/FS/Mason.pm b/FS/FS/Mason.pm index 1553a42df..f9c5981d0 100644 --- a/FS/FS/Mason.pm +++ b/FS/FS/Mason.pm @@ -339,6 +339,8 @@ if ( -e $addl_handler_use_file ) { use FS::part_pkg_usage; use FS::cdr_cust_pkg_usage; use FS::part_pkg_msgcat; + use FS::svc_cable; + use FS::cable_device; # Sammath Naur if ( $FS::Mason::addl_handler_use ) {