diff options
author | Ivan Kohler <ivan@freeside.biz> | 2013-10-09 16:04:46 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2013-10-09 16:04:46 -0700 |
commit | 6a6b2c3e2300e1cc5016aca310b09ca5e00ece66 (patch) | |
tree | 8efe0407a9e1b7192ff321b86d9caf8d99b154ba | |
parent | 85ef9f4033bd1f1214d7815960bc3f4d7d183192 (diff) |
svc_cable, RT#22009
-rw-r--r-- | FS/FS/Mason.pm | 1 | ||||
-rw-r--r-- | FS/MANIFEST | 2 |
2 files changed, 3 insertions, 0 deletions
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 |