X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/3a83d463cbe5330668715fed59d02e8b0842fc78..d4925a8b60f04674885e30d9316dc0263f8b9a84:/SL/DB/Helper/Mappings.pm diff --git a/SL/DB/Helper/Mappings.pm b/SL/DB/Helper/Mappings.pm index 6f5859642..5fc68552f 100644 --- a/SL/DB/Helper/Mappings.pm +++ b/SL/DB/Helper/Mappings.pm @@ -110,6 +110,7 @@ my %kivitendo_package_names = ( bin => 'bin', business => 'business', chart => 'chart', + contact_departments => 'contact_department', contact_titles => 'contact_title', contacts => 'contact', customer => 'customer', @@ -155,6 +156,7 @@ my %kivitendo_package_names = ( letter => 'letter', letter_draft => 'letter_draft', makemodel => 'make_model', + mebil_mapping => 'mebil_mapping', notes => 'note', orderitems => 'order_item', oe => 'order', @@ -213,6 +215,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',