Fix weight of "Individual" fieldset in animals.

This commit is contained in:
Michael Stenta 2018-04-17 15:34:44 -04:00
parent 1974345786
commit e97705060c
1 changed files with 1 additions and 1 deletions

View File

@ -397,7 +397,7 @@ function farm_livestock_field_group_info() {
$field_group->parent_name = 'group_farm_general';
$field_group->data = array(
'label' => 'Individual',
'weight' => '-6',
'weight' => '4',
'children' => array(
0 => 'field_farm_animal_castrated',
1 => 'field_farm_animal_nicknames',