X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FHelper%2FMappings.pm;h=4f78ac47c93d2c1ea5237216c2fd8a063ebe1d78;hb=bfa674c9d4edc551afa6e27aac6f684a7b8cb656;hp=51350ebd07526cb695c526e45648648224e11e7f;hpb=01f6500562203f8b7e0ed13d6b969c1ac47f51e0;p=kivitendo-erp.git diff --git a/SL/DB/Helper/Mappings.pm b/SL/DB/Helper/Mappings.pm index 51350ebd0..4f78ac47c 100644 --- a/SL/DB/Helper/Mappings.pm +++ b/SL/DB/Helper/Mappings.pm @@ -84,6 +84,7 @@ my @kivitendo_blacklist = (@kivitendo_blacklist_permanent, @kivitendo_blacklist_ my %kivitendo_package_names = ( # TABLE # MODEL (given in C style) acc_trans => 'acc_transaction', + additional_billing_addresses => 'additional_billing_address', 'auth.clients' => 'auth_client', 'auth.clients_users' => 'auth_client_user', 'auth.clients_groups' => 'auth_client_group', @@ -98,8 +99,8 @@ my %kivitendo_package_names = ( 'auth.user_group' => 'auth_user_group', ar => 'invoice', ap => 'purchase_invoice', + ap_gl => 'ap_gl', assembly => 'assembly', - assembly_inventory_part => 'assembly_inventory_part', assortment_items => 'assortment_item', background_jobs => 'background_job', background_job_histories => 'background_job_history', @@ -143,6 +144,7 @@ my %kivitendo_package_names = ( employee_project_invoices => 'EmployeeProjectInvoices', exchangerate => 'exchangerate', files => 'file', + file_full_texts => 'file_full_text', finanzamt => 'finanzamt', follow_up_access => 'follow_up_access', follow_up_links => 'follow_up_link',