From 3ff77806587650533f81d35beeb1c53eb96ffae1 Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Thu, 13 Apr 2017 09:31:36 -0700 Subject: [PATCH] CRM-20420 - Core.settings.php - Fix copy/pasted version# The setting was written by copying and editing a similar one, but one of the fields (`add => 4.3`) was stale. --- settings/Core.setting.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings/Core.setting.php b/settings/Core.setting.php index 9f92efc5f4..f2655bc341 100644 --- a/settings/Core.setting.php +++ b/settings/Core.setting.php @@ -448,7 +448,7 @@ return array( 'class' => 'crm-select2', ), 'default' => 'multiple', - 'add' => '4.3', + 'add' => '4.7', 'title' => 'Record generated letters', 'is_domain' => 1, 'is_contact' => 0, -- 2.25.1