Rose-Beziehungstypen gefixt
[kivitendo-erp.git] / SL / DB / Tax.pm
index 017b5f1..7678d5f 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 
 use SL::DB::MetaSetup::Tax;
 
-__PACKAGE__->meta->add_relationships(chart => { type         => 'one to one',
+__PACKAGE__->meta->add_relationships(chart => { type         => 'many to one',
                                                 class        => 'SL::DB::Chart',
                                                 column_map   => { chart_id => 'id' },
                                               },