From: Ivan Kohler Date: Tue, 14 May 2013 07:31:47 +0000 (-0700) Subject: svc_cable, RT#22009 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=52e932f780b1a2775a147e590782621c3be369d9 svc_cable, RT#22009 --- diff --git a/FS/FS/Mason.pm b/FS/FS/Mason.pm index 6653fb7e1..90ced1f96 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 ) {