X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FBuchungsgruppe.pm;h=5f4d831faf11237225f01c46958807506de8f33d;hb=1561b7f3d98390ba97bd5a81945f16e82d96915b;hp=1045ac1905f21f6672da1cbcb38d8b3f59396993;hpb=04bfdc112567932e056aad505b79b4bf7dc6b4b4;p=kivitendo-erp.git diff --git a/SL/DB/Buchungsgruppe.pm b/SL/DB/Buchungsgruppe.pm index 1045ac190..5f4d831fa 100644 --- a/SL/DB/Buchungsgruppe.pm +++ b/SL/DB/Buchungsgruppe.pm @@ -9,7 +9,7 @@ __PACKAGE__->meta->add_relationship( inventory_account => { type => 'many to one', class => 'SL::DB::Chart', - column_map => { income_accno_id_0 => 'id' }, + column_map => { inventory_accno_id => 'id' }, }, income_account_0 => { type => 'many to one',