svc_cable, RT#22009
authorIvan Kohler <ivan@freeside.biz>
Wed, 9 Oct 2013 23:04:46 +0000 (16:04 -0700)
committerIvan Kohler <ivan@freeside.biz>
Wed, 9 Oct 2013 23:04:46 +0000 (16:04 -0700)
FS/FS/Mason.pm
FS/MANIFEST

index 9c6a0fb..a664d5d 100644 (file)
@@ -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 ) {
index ed1a0cd..561e00a 100644 (file)
@@ -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