From: Moritz Bunkus Date: Thu, 17 Jan 2013 15:04:24 +0000 (+0100) Subject: Rose-Beziehungstypen in Order gefixt X-Git-Tag: release-3.1.0beta1~686 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=27bb493fc0d42c426ea9c30617650f71182dcdb5;p=kivitendo-erp.git Rose-Beziehungstypen in Order gefixt Siehe #2139. --- diff --git a/SL/DB/Order.pm b/SL/DB/Order.pm index 0c46f5673..b3edda5dc 100644 --- a/SL/DB/Order.pm +++ b/SL/DB/Order.pm @@ -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' }, },