X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FHelper%2FMappings.pm;h=94f7e474493a43b2a191c62b6d333f4a4c956c42;hb=cbb8eb078305a3eeca9c6c192a66176676da54f8;hp=30e41f3093092fed3c5cb4f500ab1225697a0033;hpb=041274eeffcf6a17037cfb759d11aa4d33b2e567;p=kivitendo-erp.git diff --git a/SL/DB/Helper/Mappings.pm b/SL/DB/Helper/Mappings.pm index 30e41f309..94f7e4744 100644 --- a/SL/DB/Helper/Mappings.pm +++ b/SL/DB/Helper/Mappings.pm @@ -110,6 +110,8 @@ my %kivitendo_package_names = ( bin => 'bin', business => 'business', chart => 'chart', + contact_departments => 'contact_department', + contact_titles => 'contact_title', contacts => 'contact', customer => 'customer', csv_import_profiles => 'csv_import_profile', @@ -212,6 +214,8 @@ my %kivitendo_package_names = ( taxkeys => 'tax_key', tax_zones => 'tax_zone', taxzone_charts => 'taxzone_chart', + time_recording_articles => 'time_recording_article', + time_recordings => 'time_recording', todo_user_config => 'todo_user_config', transfer_type => 'transfer_type', translation => 'translation',