diff options
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/Mason.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/FS/FS/Mason.pm b/FS/FS/Mason.pm index 98cf2549a..460e1c334 100644 --- a/FS/FS/Mason.pm +++ b/FS/FS/Mason.pm @@ -221,6 +221,8 @@ if ( -e $addl_handler_use_file ) { #use FS::h_phone_device; use FS::h_svc_www; use FS::cust_statement; + use FS::cust_class; + use FS::cust_category; # Sammath Naur if ( $FS::Mason::addl_handler_use ) { |