X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/d482851e1d8edce7fc2e80bdaf47a4defa70da36..8b7b7b3f6252786b38bb6c9357fc00a08750b8db:/SL/DB/Order.pm diff --git a/SL/DB/Order.pm b/SL/DB/Order.pm index b3edda5dc..b23e1da82 100644 --- a/SL/DB/Order.pm +++ b/SL/DB/Order.pm @@ -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 => {