X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FMason.pm;h=aa9d3bebfbc1ed615be36d054cc39bd4f4179b0b;hp=3a00f427c81cf0b53ea1973e933fef0be4e47d33;hb=cc40b7d77271966a6922317774f63f8fa86d0871;hpb=97dab063eab4cd6106b2d4f96d574a9594984cf7 diff --git a/FS/FS/Mason.pm b/FS/FS/Mason.pm index 3a00f427c..aa9d3bebf 100644 --- a/FS/FS/Mason.pm +++ b/FS/FS/Mason.pm @@ -131,7 +131,8 @@ 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 ); @@ -409,6 +410,7 @@ if ( -e $addl_handler_use_file ) { 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 ) {