X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=SL%2FDB%2FHelper%2FMappings.pm;h=8d0ed7e0c74e015c3ff382659a972ed762accde0;hb=a8536f428f1506316a09121f3ff7568c6354c7ab;hp=4abed608a2a4cb3328469156c70a7ce111b481a7;hpb=385bc4be4a927753ba4f1c7a426ede8fbed67123;p=kivitendo-erp.git diff --git a/SL/DB/Helper/Mappings.pm b/SL/DB/Helper/Mappings.pm index 4abed608a..8d0ed7e0c 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', @@ -214,7 +216,7 @@ my %kivitendo_package_names = ( taxkeys => 'tax_key', tax_zones => 'tax_zone', taxzone_charts => 'taxzone_chart', - time_recording_types => 'time_recording_type', + time_recording_articles => 'time_recording_article', time_recordings => 'time_recording', todo_user_config => 'todo_user_config', transfer_type => 'transfer_type',