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