X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=SL%2FDB%2FMetaSetup%2FDefault.pm;h=bf9e89c277dcd15512085c112af2b0f2ceeabc6b;hb=b9d2f81497c6ff60be298ed1e7697c0c6a4316fa;hp=d615345bde8265138c02c7f9b8b9d47a46fefef8;hpb=497f8c56928350ed9e53350ebaf4e5e0997f1851;p=kivitendo-erp.git diff --git a/SL/DB/MetaSetup/Default.pm b/SL/DB/MetaSetup/Default.pm index d615345bd..bf9e89c27 100644 --- a/SL/DB/MetaSetup/Default.pm +++ b/SL/DB/MetaSetup/Default.pm @@ -40,6 +40,9 @@ __PACKAGE__->meta->columns( datev_check_on_gl_transaction => { type => 'boolean', default => 'true' }, datev_check_on_purchase_invoice => { type => 'boolean', default => 'true' }, datev_check_on_sales_invoice => { type => 'boolean', default => 'true' }, + delivery_plan_calculate_transferred_do => { type => 'boolean', default => 'false', not_null => 1 }, + delivery_plan_show_value_of_goods => { type => 'boolean', default => 'false', not_null => 1 }, + disabled_price_sources => { type => 'array' }, dunning_ar => { type => 'integer' }, dunning_ar_amount_fee => { type => 'integer' }, dunning_ar_amount_interest => { type => 'integer' }, @@ -48,6 +51,7 @@ __PACKAGE__->meta->columns( fxgain_accno_id => { type => 'integer' }, fxloss_accno_id => { type => 'integer' }, gl_changeable => { type => 'integer', default => 2, not_null => 1 }, + global_bcc => { type => 'text', default => '' }, id => { type => 'serial', not_null => 1 }, income_accno_id => { type => 'integer' }, inventory_accno_id => { type => 'integer' },