X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=SL%2FDB%2FHelper%2FMappings.pm;h=ac4b0617a1d58d6792b1e38031c27dc1e5ad6664;hb=f30f0cce6468f895c7d59f3aab6e2a5731fc9705;hp=3a6f965757d2bfe62f064373890c5925d7540bd0;hpb=65d2537d658b99b005a18c6663bc1293b41a1d83;p=kivitendo-erp.git diff --git a/SL/DB/Helper/Mappings.pm b/SL/DB/Helper/Mappings.pm index 3a6f96575..ac4b0617a 100644 --- a/SL/DB/Helper/Mappings.pm +++ b/SL/DB/Helper/Mappings.pm @@ -135,6 +135,7 @@ my %kivitendo_package_names = ( email_journal_attachments => 'EmailJournalAttachment', employee => 'employee', exchangerate => 'exchangerate', + files => 'file', finanzamt => 'finanzamt', follow_up_access => 'follow_up_access', follow_up_links => 'follow_up_link', @@ -171,8 +172,10 @@ my %kivitendo_package_names = ( project_roles => 'project_role', project_statuses => 'project_status', project_types => 'project_type', - record_links => 'record_link', reconciliation_links => 'reconciliation_link', + record_links => 'record_link', + record_templates => 'record_template', + record_template_items => 'record_template_item', requirement_spec_acceptance_statuses => 'RequirementSpecAcceptanceStatus', requirement_spec_complexities => 'RequirementSpecComplexity', requirement_spec_item_dependencies => 'RequirementSpecDependency', @@ -192,6 +195,11 @@ my %kivitendo_package_names = ( sepa_export_message_ids => 'SepaExportMessageId', schema_info => 'schema_info', shipto => 'shipto', + shops => 'shop', + shop_images => 'shop_image', + shop_orders => 'shop_order', + shop_order_items => 'shop_order_item', + shop_parts => 'shop_part', status => 'status', tax => 'tax', taxkeys => 'tax_key',