Issue #2906277: Can't enter new animal birth dates before 2014

This commit is contained in:
Michael Stenta 2017-09-01 21:06:52 -04:00
parent 09f0ad9fab
commit 82d29d81dd
1 changed files with 1 additions and 1 deletions

View File

@ -256,7 +256,7 @@ function farm_livestock_field_default_field_instances() {
'label_position' => 'above',
'no_fieldset' => 1,
'text_parts' => array(),
'year_range' => '-3:+3',
'year_range' => '-10:+3',
),
'type' => 'date_select',
'weight' => 3,