]> wagnertech.de Git - mfinanz.git/blobdiff - SL/DB/MetaSetup/Part.pm
Banktransaction: Kontoauszug verbuchen überarbeitet
[mfinanz.git] / SL / DB / MetaSetup / Part.pm
index 7c79e2e0eeef724acb45071a40c8d929270763e8..65cd85da24e15a03d3b6862d0c01808a78eb4063 100644 (file)
@@ -12,7 +12,6 @@ __PACKAGE__->meta->columns(
   bin_id             => { type => 'integer' },
   bom                => { type => 'boolean', default => 'false' },
   buchungsgruppen_id => { type => 'integer' },
-  classification_id  => { type => 'integer', default => '0' },
   description        => { type => 'text' },
   drawing            => { type => 'text' },
   ean                => { type => 'text' },
@@ -64,11 +63,6 @@ __PACKAGE__->meta->foreign_keys(
     key_columns => { buchungsgruppen_id => 'id' },
   },
 
-  classification => {
-    class       => 'SL::DB::PartsClassification',
-    key_columns => { classification_id => 'id' },
-  },
-
   partsgroup => {
     class       => 'SL::DB::PartsGroup',
     key_columns => { partsgroup_id => 'id' },