]> wagnertech.de Git - mfinanz.git/blobdiff - SL/DB/Order.pm
Rose: 'with_args' nach Foreign-Key-Einführung gefixt
[mfinanz.git] / SL / DB / Order.pm
index b3edda5dc85dfb72504a66a229e2694b786eace5..b23e1da82cfdc22a8845aedb37f782e6928af008 100644 (file)
@@ -23,7 +23,7 @@ __PACKAGE__->meta->add_relationship(
     class        => 'SL::DB::OrderItem',
     column_map   => { id => 'trans_id' },
     manager_args => {
-      with_objects => [ 'part' ]
+      with_objects => [ 'parts' ]
     }
   },
   periodic_invoices_config => {