SL::DB::Order: falsche one-to-many zu PeriodicInvoice entfernt
authorMoritz Bunkus <m.bunkus@linet-services.de>
Mon, 14 Jan 2013 13:07:04 +0000 (14:07 +0100)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Mon, 14 Jan 2013 13:46:20 +0000 (14:46 +0100)
SL/DB/Order.pm

index 6a9977b..b5e8c90 100644 (file)
@@ -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',