X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FAuthUser.pm;h=a127966852937acce0ac3ca8c8046d5ba35c25d0;hb=13a7879c8ccbd967869e2eeeae76065c6cb4c4f0;hp=43d72f94eb9f0650d94b8dde4be51a7aa78a8ca9;hpb=841d44c00aae1166a0721e40dc2f9ffb7b9ac5b5;p=kivitendo-erp.git diff --git a/SL/DB/AuthUser.pm b/SL/DB/AuthUser.pm index 43d72f94e..a12796685 100644 --- a/SL/DB/AuthUser.pm +++ b/SL/DB/AuthUser.pm @@ -6,12 +6,12 @@ use List::Util qw(first); use SL::DB::MetaSetup::AuthUser; use SL::DB::Manager::AuthUser; -use SL::DB::AuthClient; -use SL::DB::AuthUserGroup; use SL::DB::Helper::Util; -use constant CONFIG_VARS => qw(copies countrycode dateformat default_media default_printer_id email favorites fax hide_cvar_search_options mandatory_departments menustyle name - numberformat show_form_details signature stylesheet taxincluded_checked tel template_format vclimit); +use constant CONFIG_VARS => qw(copies countrycode dateformat timeformat default_media default_printer_id + email favorites fax hide_cvar_search_options mandatory_departments menustyle name + numberformat show_form_details signature stylesheet taxincluded_checked tel + template_format vclimit focus_position); __PACKAGE__->meta->add_relationship( groups => {