Rose-Beziehungstypen gefixt
[kivitendo-erp.git] / SL / DB / PeriodicInvoicesConfig.pm
index bb64a5b..c9ef222 100644 (file)
@@ -6,7 +6,7 @@ use SL::DB::MetaSetup::PeriodicInvoicesConfig;
 
 __PACKAGE__->meta->add_relationships(
   order        => {
-    type       => 'one to one',
+    type       => 'many to one',
     class      => 'SL::DB::Order',
     column_map => { oe_id => 'id' },
   },