X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FMason.pm;h=aa9d3bebfbc1ed615be36d054cc39bd4f4179b0b;hb=cc40b7d77271966a6922317774f63f8fa86d0871;hp=65b282104c114bf54b3072f357a682f13602f595;hpb=c42f4a94421bf92e81b7935c4385ccf793c8fee0;p=freeside.git diff --git a/FS/FS/Mason.pm b/FS/FS/Mason.pm index 65b282104..aa9d3bebf 100644 --- a/FS/FS/Mason.pm +++ b/FS/FS/Mason.pm @@ -131,13 +131,15 @@ if ( -e $addl_handler_use_file ) { use FS::Conf; use FS::CGI qw(header menubar table itable ntable idiot eidiot myexit http_header); - use FS::UI::Web qw(svc_url random_id); + use FS::UI::Web qw(svc_url random_id + get_page_pref set_page_pref); use FS::UI::Web::small_custview qw(small_custview); use FS::UI::bytecount; use FS::UI::REST qw( rest_auth rest_uri_remain encode_rest ); use FS::Msgcat qw(gettext geterror); use FS::Misc qw( send_email send_fax ocr_image states_hash counties cities state_label + card_types ); use FS::Misc::eps2png qw( eps2png ); use FS::Report::FCC_477; @@ -407,6 +409,8 @@ if ( -e $addl_handler_use_file ) { use FS::password_history; use FS::svc_fiber; use FS::fiber_olt; + use FS::olt_site; + use FS::access_user_page_pref; # Sammath Naur if ( $FS::Mason::addl_handler_use ) {