X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/36b8f1ece3531e2f5fba5bc38932e450e57bb012..464f44accd46ed0b2e1f7e2459f53337a6720a7f:/SL/DB/MetaSetup/Invoice.pm diff --git a/SL/DB/MetaSetup/Invoice.pm b/SL/DB/MetaSetup/Invoice.pm index ac7f6716f..15f9bc034 100644 --- a/SL/DB/MetaSetup/Invoice.pm +++ b/SL/DB/MetaSetup/Invoice.pm @@ -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' },