Rose-Beziehungstypen in Order gefixt
authorMoritz Bunkus <m.bunkus@linet-services.de>
Thu, 17 Jan 2013 15:04:24 +0000 (16:04 +0100)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Thu, 17 Jan 2013 15:04:24 +0000 (16:04 +0100)
Siehe #2139.

SL/DB/Order.pm

index 0c46f56..b3edda5 100644 (file)
@@ -27,7 +27,7 @@ __PACKAGE__->meta->add_relationship(
     }
   },
   periodic_invoices_config => {
-    type                   => 'one to many',
+    type                   => 'one to one',
     class                  => 'SL::DB::PeriodicInvoicesConfig',
     column_map             => { id => 'oe_id' },
   },