X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/c79f44bee8d013144776eceab99e947e881cc8b3..6b84d43025713fe55709462b5e0416b06c20a7df:/SL/DB/MetaSetup/Default.pm?ds=inline diff --git a/SL/DB/MetaSetup/Default.pm b/SL/DB/MetaSetup/Default.pm index bf9e89c27..109aabe48 100644 --- a/SL/DB/MetaSetup/Default.pm +++ b/SL/DB/MetaSetup/Default.pm @@ -42,7 +42,6 @@ __PACKAGE__->meta->columns( 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' },