]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/DB/Assembly.pm
post in SL::DB::Invoice funktioniert nur für Verkaufsrechnungen
[kivitendo-erp.git] / SL / DB / Assembly.pm
index 2bc9c16b866ae3b78735b10a94653351b950f125..22312144c8cba79f15d57cc2a89612455abcf0d8 100644 (file)
@@ -9,7 +9,7 @@ use SL::DB::MetaSetup::Assembly;
 
 __PACKAGE__->meta->add_relationships(
   part => {
 
 __PACKAGE__->meta->add_relationships(
   part => {
-    type         => 'one to one',
+    type         => 'many to one',
     class        => 'SL::DB::Part',
     column_map   => { parts_id => 'id' },
   },
     class        => 'SL::DB::Part',
     column_map   => { parts_id => 'id' },
   },