X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/6cf3f7762efd40bee49a2b8f11bb4ab6915d9071..ff6cd9b714ffff6797df2c68e4dfeebcd1b86d08:/SL/DB/MetaSetup/Chart.pm diff --git a/SL/DB/MetaSetup/Chart.pm b/SL/DB/MetaSetup/Chart.pm index c6cce7158..7903a3a10 100644 --- a/SL/DB/MetaSetup/Chart.pm +++ b/SL/DB/MetaSetup/Chart.pm @@ -15,10 +15,8 @@ __PACKAGE__->meta->setup( description => { type => 'text' }, charttype => { type => 'character', default => 'A', length => 1 }, category => { type => 'character', length => 1 }, - link => { type => 'text' }, - gifi_accno => { type => 'text' }, + link => { type => 'text', not_null => 1 }, taxkey_id => { type => 'integer' }, - pos_ustva => { type => 'integer' }, pos_bwa => { type => 'integer' }, pos_bilanz => { type => 'integer' }, pos_eur => { type => 'integer' },