]> wagnertech.de Git - mfinanz.git/blobdiff - SL/DB/Assembly.pm
Erzeugnisfremdschlüssel auf Artikel 2
[mfinanz.git] / SL / DB / Assembly.pm
index 22312144c8cba79f15d57cc2a89612455abcf0d8..767ba411bdab020ef179914bd292b17e46b54058 100644 (file)
@@ -7,14 +7,6 @@ use strict;
 
 use SL::DB::MetaSetup::Assembly;
 
-__PACKAGE__->meta->add_relationships(
-  part => {
-    type         => 'many to one',
-    class        => 'SL::DB::Part',
-    column_map   => { parts_id => 'id' },
-  },
-);
-
 # Creates get_all, get_all_count, get_all_iterator, delete_all and update_all.
 __PACKAGE__->meta->make_manager_class;