X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FAuthUser.pm;h=72df0b03ec26d0568966482559765de4a16f75c8;hb=89ade8da54d47af2cbf100fac07bf88ed9f23c43;hp=0b194211884865c71cef2ebdb780f2215ca34ba9;hpb=288111da982510d86d73db5cef54c52e07a84f5a;p=kivitendo-erp.git diff --git a/SL/DB/AuthUser.pm b/SL/DB/AuthUser.pm index 0b1942118..72df0b03e 100644 --- a/SL/DB/AuthUser.pm +++ b/SL/DB/AuthUser.pm @@ -6,10 +6,11 @@ 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 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); + __PACKAGE__->meta->add_relationship( groups => { type => 'many to many',