X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FMetaSetup%2FInvoice.pm;h=b88c2f57c087afe3a6562c95709d8ce42b4ff9bb;hb=9fda7972d8dd37f1a760a7b430b638c202aac2b7;hp=ac7f6716fcb637b05c4beb4b09aa68d0ef5f2558;hpb=36b8f1ece3531e2f5fba5bc38932e450e57bb012;p=kivitendo-erp.git diff --git a/SL/DB/MetaSetup/Invoice.pm b/SL/DB/MetaSetup/Invoice.pm index ac7f6716f..b88c2f57c 100644 --- a/SL/DB/MetaSetup/Invoice.pm +++ b/SL/DB/MetaSetup/Invoice.pm @@ -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' },