X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/5d195a27c681ad7837ee45f1ee951f5aafc70e97..2a3bcd6e2e1adee31dff01f4f18086a536998a3c:/SL/DB/Buchungsgruppe.pm 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',