]> wagnertech.de Git - kivitendo-erp.git/commitdiff
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 0c46f567373703caa85f634c35c24bd5cf9acd68..b3edda5dc85dfb72504a66a229e2694b786eace5 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' },
   },