]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/DB/MetaSetup/Invoice.pm
GDPDU: Steuerdaten konsistent halten, Zahlenformatierung
[kivitendo-erp.git] / SL / DB / MetaSetup / Invoice.pm
index ac7f6716fcb637b05c4beb4b09aa68d0ef5f2558..b88c2f57c087afe3a6562c95709d8ce42b4ff9bb 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' },