From: Ivan Kohler Date: Wed, 9 Oct 2013 23:04:46 +0000 (-0700) Subject: svc_cable, RT#22009 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=6a6b2c3e2300e1cc5016aca310b09ca5e00ece66 svc_cable, RT#22009 --- diff --git a/FS/FS/Mason.pm b/FS/FS/Mason.pm index 9c6a0fba2..a664d5d08 100644 --- a/FS/FS/Mason.pm +++ b/FS/FS/Mason.pm @@ -344,6 +344,7 @@ if ( -e $addl_handler_use_file ) { use FS::cable_model; use FS::invoice_mode; use FS::invoice_conf; + use FS::cable_provider; # Sammath Naur if ( $FS::Mason::addl_handler_use ) { diff --git a/FS/MANIFEST b/FS/MANIFEST index ed1a0cdcf..561e00afb 100644 --- a/FS/MANIFEST +++ b/FS/MANIFEST @@ -702,3 +702,5 @@ FS/invoice_mode.pm t/invoice_mode.t FS/invoice_conf.pm t/invoice_conf.t +FS/cable_provider.pm +t/cable_provider.t