diff --git a/app/email_templates/app_config.php b/app/email_templates/app_config.php index 1dd6e46864..ebdcbd4cc8 100644 --- a/app/email_templates/app_config.php +++ b/app/email_templates/app_config.php @@ -84,7 +84,6 @@ $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'template_enabled'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['search'] = 'true'; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Set the status of the template.'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'template_description';