From a809a3f1f488ad28b5a5de75fd1375303f18aec8 Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Tue, 22 Sep 2015 17:50:52 -0700 Subject: [PATCH] CRM-16373 - Fix default for fiscalYearStart --- settings/Localization.setting.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings/Localization.setting.php b/settings/Localization.setting.php index 01be58efc0..609e30d866 100644 --- a/settings/Localization.setting.php +++ b/settings/Localization.setting.php @@ -372,7 +372,7 @@ return array( 'type' => 'Array', 'quick_form_type' => 'MonthDay', 'html_type' => 'MonthDay', - 'default' => ',', + 'default' => array('M' => 1, 'd' => 1), 'title' => 'Fiscal Year Start', 'description' => '', ), -- 2.25.1