X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FHelper%2FMappings.pm;h=bc477fcc4659d1b75951b51f04eab0102a2c48e9;hb=b293ff8ad52fc76ba0c44783e3982418114d6b08;hp=5fc68552fb22a344e0535b05eb15a4ab0bd45e98;hpb=d4925a8b60f04674885e30d9316dc0263f8b9a84;p=kivitendo-erp.git diff --git a/SL/DB/Helper/Mappings.pm b/SL/DB/Helper/Mappings.pm index 5fc68552f..bc477fcc4 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,6 +99,7 @@ my %kivitendo_package_names = ( 'auth.user_group' => 'auth_user_group', ar => 'invoice', ap => 'purchase_invoice', + ap_gl => 'ap_gl', assembly => 'assembly', assortment_items => 'assortment_item', background_jobs => 'background_job', @@ -142,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',