X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/4f15333b8cc0ae1b0b4089adc2e516ba002b298b..dd6282f6e20d531511ae35cadc491a8c7ab8bad5:/SL/DB/Order.pm diff --git a/SL/DB/Order.pm b/SL/DB/Order.pm index b3edda5dc..0c46f5673 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 one', + type => 'one to many', class => 'SL::DB::PeriodicInvoicesConfig', column_map => { id => 'oe_id' }, },