TopQuickSearch: Konfiguration in client_config
[kivitendo-erp.git] / SL / DB / MetaSetup / Default.pm
index 619a429..96c4b0f 100644 (file)
@@ -84,6 +84,7 @@ __PACKAGE__->meta->columns(
   project_type_id                           => { type => 'integer' },
   purchase_delivery_order_show_delete       => { type => 'boolean', default => 'true' },
   purchase_order_show_delete                => { type => 'boolean', default => 'true' },
+  quick_search_modules                      => { type => 'array' },
   reqdate_interval                          => { type => 'integer', default => '0' },
   require_transaction_description_ps        => { type => 'boolean', default => 'false', not_null => 1 },
   requirement_spec_section_order_part_id    => { type => 'integer' },