X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FMason.pm;h=88198dd05e46062d654697b312eb3ec7452909fd;hb=4d10679f7b649d9343f74503b14d17fc2831c40f;hp=79930487e39521f1d2839b47e8d3b0348a5332dc;hpb=d5fa12d1022afb592e80803971e90d18eac414e0;p=freeside.git diff --git a/FS/FS/Mason.pm b/FS/FS/Mason.pm index 79930487e..88198dd05 100644 --- a/FS/FS/Mason.pm +++ b/FS/FS/Mason.pm @@ -351,6 +351,7 @@ if ( -e $addl_handler_use_file ) { use FS::vend_bill; use FS::vend_pay; use FS::vend_bill_pay; + use FS::sales_pkg_class; # Sammath Naur if ( $FS::Mason::addl_handler_use ) { @@ -421,7 +422,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') ) { @@ -481,7 +482,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') ) {