From 0ca820f691552aafda8e0f3e8dedad3af3dbb2ce Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Mon, 14 Jan 2013 14:07:04 +0100 Subject: [PATCH] SL::DB::Order: falsche one-to-many zu PeriodicInvoice entfernt --- SL/DB/Order.pm | 5 ----- 1 file changed, 5 deletions(-) diff --git a/SL/DB/Order.pm b/SL/DB/Order.pm index 6a9977b07..b5e8c90f8 100644 --- a/SL/DB/Order.pm +++ b/SL/DB/Order.pm @@ -31,11 +31,6 @@ __PACKAGE__->meta->add_relationship( class => 'SL::DB::PeriodicInvoicesConfig', column_map => { id => 'oe_id' }, }, - periodic_invoices => { - type => 'one to many', - class => 'SL::DB::PeriodicInvoice', - column_map => { id => 'oe_id' }, - }, payment_term => { type => 'one to one', class => 'SL::DB::PaymentTerm', -- 2.20.1