From 2a3bcd6e2e1adee31dff01f4f18086a536998a3c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bernd=20Ble=C3=9Fmann?= Date: Wed, 18 Dec 2013 12:21:30 +0100 Subject: [PATCH] =?utf8?q?Rose-Modell=20f.=20Buchungsgruppen:=20Relation?= =?utf8?q?=20zu=20Chart=20f=C3=BCr=20inventory=5Faccount=20korrigiert.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- SL/DB/Buchungsgruppe.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', -- 2.20.1