X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/d14a38bbaa7fcd371998b43bf389f56908575c7c..28d69bb85e934088a56e6e8458cd08d3794e1f8b:/SL/DB/MetaSetup/Default.pm 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' ],