Index: branches/5.2.x/core/units/helpers/country_states_helper.php =================================================================== diff -u -N -r16042 -r16053 --- branches/5.2.x/core/units/helpers/country_states_helper.php (.../country_states_helper.php) (revision 16042) +++ branches/5.2.x/core/units/helpers/country_states_helper.php (.../country_states_helper.php) (revision 16053) @@ -1,6 +1,6 @@ GetFieldOptions($state_field); $field_options['options'] = $this->getStates($country_iso); $field_options['options'][''] = ''; - $object->SetFieldOptions($state_field, $field_options); + $object->SetFieldOptions($state_field, $field_options, $object->isVirtualField($state_field)); } /**