X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FMetaSetup%2FDefault.pm;h=53ecc68e9b7924ec53883c0d4f11ff5e93a192a4;hb=76a2823e654382ba101b4a611dd351a8c87034a1;hp=f213eda7f7f9648ee1ba7d6e5f4ed69b320e47df;hpb=f9c7abfae65b79945beb7e9260942bc94876248a;p=kivitendo-erp.git diff --git a/SL/DB/MetaSetup/Default.pm b/SL/DB/MetaSetup/Default.pm index f213eda7f..53ecc68e9 100644 --- a/SL/DB/MetaSetup/Default.pm +++ b/SL/DB/MetaSetup/Default.pm @@ -43,6 +43,10 @@ __PACKAGE__->meta->setup( sdonumber => { type => 'text' }, ar_paid_accno_id => { type => 'integer' }, id => { type => 'serial', not_null => 1 }, + accounting_method => { type => 'text' }, + inventory_system => { type => 'text' }, + profit_determination => { type => 'text' }, + language_id => { type => 'integer' }, ], primary_key_columns => [ 'id' ],