X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/a93b3b648ec14f94c87176bb8d174da005446d97..a5ba22d29e683629d731fc0bfdfb72719e59a0b9:/SL/DB/Helper/Mappings.pm diff --git a/SL/DB/Helper/Mappings.pm b/SL/DB/Helper/Mappings.pm index 2b79bfe36..477190448 100644 --- a/SL/DB/Helper/Mappings.pm +++ b/SL/DB/Helper/Mappings.pm @@ -26,6 +26,11 @@ my @lxoffice_blacklist = (@lxoffice_blacklist_permanent, @lxoffice_blacklist_tem my %lxoffice_package_names = ( acc_trans => 'acc_transaction', audittrail => 'audit_trail', + auth_group => 'auth_groups', + auth_group_right => 'auth_group_rights', + auth_user => 'auth_users', + auth_user_config => 'auth_user_configs', + auth_user_group => 'auth_user_groups', ar => 'invoice', ap => 'purchase_invoice', background_jobs => 'background_job',