X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FHelper%2FMappings.pm;h=da931f9c893c41b42a7739aec56dd523d74d3728;hb=874cdb18bd95f7a63accd77d6828cf54c320406f;hp=4d1c5af3173fd5ff82eec16c9ba178b0d729435c;hpb=c77e88d3c1dd8e53079c246e2571259f3ac27627;p=kivitendo-erp.git diff --git a/SL/DB/Helper/Mappings.pm b/SL/DB/Helper/Mappings.pm index 4d1c5af31..da931f9c8 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', @@ -146,6 +148,7 @@ my %kivitendo_package_names = ( follow_ups => 'follow_up', generic_translations => 'generic_translation', gl => 'GLTransaction', + greetings => 'greeting', history_erp => 'history', inventory => 'inventory', invoice => 'invoice_item',