]> wagnertech.de Git - mfinanz.git/blobdiff - SL/DB/MetaSetup/Vendor.pm
Task-Server: Mandantenfähigkeit
[mfinanz.git] / SL / DB / MetaSetup / Vendor.pm
index 0b57e83f17da06cac75ec42d6d0ca07163c2c1aa..54e9d07b564278c1c4c84b91e6164b7a775b76f6 100644 (file)
@@ -4,7 +4,7 @@ package SL::DB::Vendor;
 
 use strict;
 
 
 use strict;
 
-use base qw(SL::DB::Object);
+use parent qw(SL::DB::Object);
 
 __PACKAGE__->meta->table('vendor');
 
 
 __PACKAGE__->meta->table('vendor');
 
@@ -47,7 +47,6 @@ __PACKAGE__->meta->columns(
   taxincluded      => { type => 'boolean' },
   taxnumber        => { type => 'text' },
   taxzone_id       => { type => 'integer', not_null => 1 },
   taxincluded      => { type => 'boolean' },
   taxnumber        => { type => 'text' },
   taxzone_id       => { type => 'integer', not_null => 1 },
-  terms            => { type => 'integer', default => '0' },
   user_password    => { type => 'text' },
   username         => { type => 'text' },
   ustid            => { type => 'text' },
   user_password    => { type => 'text' },
   username         => { type => 'text' },
   ustid            => { type => 'text' },