From 27bb493fc0d42c426ea9c30617650f71182dcdb5 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Thu, 17 Jan 2013 16:04:24 +0100 Subject: [PATCH] Rose-Beziehungstypen in Order gefixt Siehe #2139. --- SL/DB/Order.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' }, }, -- 2.20.1