diff options
author | ivan <ivan> | 2009-11-05 00:29:17 +0000 |
---|---|---|
committer | ivan <ivan> | 2009-11-05 00:29:17 +0000 |
commit | 4bc57bcb5b74b33dd36c597d20e66686881f7ebb (patch) | |
tree | f03f25de058e35322c3c09eb91527597e981358a /FS | |
parent | a2731c37ba06eddee353f7f26442de87dd3134b2 (diff) |
oops, for customer categories
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 ) { |