]> wagnertech.de Git - mfinanz.git/blobdiff - SL/DB/Buchungsgruppe.pm
Rose-Modell f. Buchungsgruppen: Relation zu Chart für inventory_account korrigiert.
[mfinanz.git] / SL / DB / Buchungsgruppe.pm
index 1045ac1905f21f6672da1cbcb38d8b3f59396993..5f4d831faf11237225f01c46958807506de8f33d 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',