]> wagnertech.de Git - mfinanz.git/blobdiff - SL/DB/Part.pm
Kunden-Spezifische Artikeleigenschaften
[mfinanz.git] / SL / DB / Part.pm
index 6dde98f4d388238458b10e36643b2d48e5e890e4..d7bc6db9ca0c4bfac662362da0324a58fc7acc52 100644 (file)
@@ -37,6 +37,11 @@ __PACKAGE__->meta->add_relationships(
     manager_args => { sort_by => 'sortorder' },
     column_map   => { id => 'parts_id' },
   },
+  customerprices => {
+    type         => 'one to many',
+    class        => 'SL::DB::PartCustomerPrice',
+    column_map   => { id => 'parts_id' },
+  },
   translations   => {
     type         => 'one to many',
     class        => 'SL::DB::Translation',