]> wagnertech.de Git - mfinanz.git/blobdiff - SL/DB/InvoiceItem.pm
Rose: 'with_args' nach Foreign-Key-Einführung gefixt
[mfinanz.git] / SL / DB / InvoiceItem.pm
index 016f94575b194db3890e511bdef6fea15a4796f7..36f0870d0c7eafc5bc71073bba6072fce8dbbdb9 100644 (file)
@@ -13,7 +13,7 @@ use SL::DB::Helper::CustomVariables (
 
 __PACKAGE__->meta->add_relationship(
   unit_obj       => {
-    type         => 'one to one',
+    type         => 'many to one',
     class        => 'SL::DB::Unit',
     column_map   => { unit => 'name' },
   },