Rose-Modell f. Buchungsgruppen: Relation zu Chart für inventory_account korrigiert.
[kivitendo-erp.git] / SL / DB / Buchungsgruppe.pm
index 1045ac1..5f4d831 100644 (file)
@@ -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',