Wechselkurs pro Angebot/Auftrag: DB-Upgrade-Skript + Rose
[kivitendo-erp.git] / SL / DB / MetaSetup / Invoice.pm
index ac7f671..b88c2f5 100644 (file)
@@ -4,7 +4,7 @@ package SL::DB::Invoice;
 
 use strict;
 
-use base qw(SL::DB::Object);
+use parent qw(SL::DB::Object);
 
 __PACKAGE__->meta->table('ar');
 
@@ -53,7 +53,6 @@ __PACKAGE__->meta->columns(
   storno_id                 => { type => 'integer' },
   taxincluded               => { type => 'boolean' },
   taxzone_id                => { type => 'integer', not_null => 1 },
-  terms                     => { type => 'integer', default => '0' },
   transaction_description   => { type => 'text' },
   transdate                 => { type => 'date', default => 'now' },
   type                      => { type => 'text' },