From: Bernd Bleßmann Date: Wed, 18 Dec 2013 11:21:30 +0000 (+0100) Subject: Rose-Modell f. Buchungsgruppen: Relation zu Chart für inventory_account korrigiert. X-Git-Tag: release-3.1.0beta1~22^2~66 X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/commitdiff_plain/2a3bcd6e2e1adee31dff01f4f18086a536998a3c Rose-Modell f. Buchungsgruppen: Relation zu Chart für inventory_account korrigiert. --- 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',