X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FMason.pm;h=08cce1666c762e9049faa4e974cdce7c0cd0bd1d;hb=ee7bb8218d50ca38148427c9b24a8decbd3ace86;hp=5cecefd7ce4cabdfae35f708246826417a682cfe;hpb=dc797c21faf993cec12ae92c190043c4f8bb2ab2;p=freeside.git diff --git a/FS/FS/Mason.pm b/FS/FS/Mason.pm index 5cecefd7c..08cce1666 100644 --- a/FS/FS/Mason.pm +++ b/FS/FS/Mason.pm @@ -352,6 +352,7 @@ if ( -e $addl_handler_use_file ) { use FS::vend_pay; use FS::vend_bill_pay; use FS::sales_pkg_class; + use FS::svc_alarm; # Sammath Naur if ( $FS::Mason::addl_handler_use ) { @@ -422,7 +423,7 @@ if ( -e $addl_handler_use_file ) { use vars qw($m); # false laziness w/below - if ( defined(@DBIx::Profile::ISA) ) { + if ( @DBIx::Profile::ISA ) { if ( $FS::CurrentUser::CurrentUser->option('show_db_profile') ) { @@ -482,7 +483,7 @@ if ( -e $addl_handler_use_file ) { use vars qw($m); $m->clear_buffer; #false laziness w/above - if ( defined(@DBIx::Profile::ISA) ) { + if ( @DBIx::Profile::ISA ) { if ( $FS::CurrentUser::CurrentUser->option('show_db_profile') ) {