X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/29f99d339fef0223bba3353bc9ba1ff6f5c9668d..0ca820f691552aafda8e0f3e8dedad3af3dbb2ce:/SL/DB/Order.pm 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',