X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FMetaSetup%2FDefault.pm;h=53ecc68e9b7924ec53883c0d4f11ff5e93a192a4;hb=846c2f9e3408dd50da26fd888e983ce3ac056f43;hp=f213eda7f7f9648ee1ba7d6e5f4ed69b320e47df;hpb=eb58f1087cd0cab8ba186b5dad150d98ca3ecd2b;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' ],