diff --git a/addons/default/visiosoft/location-module/resources/views/ads-list/partials/location-fields.twig b/addons/default/visiosoft/location-module/resources/views/ads-list/partials/location-fields.twig index 683f018e9..a02584122 100644 --- a/addons/default/visiosoft/location-module/resources/views/ads-list/partials/location-fields.twig +++ b/addons/default/visiosoft/location-module/resources/views/ads-list/partials/location-fields.twig @@ -12,6 +12,7 @@ {% set countryValue = defaultCountry == selectedCountry ? '' : selectedCountry %} {% elseif defaultCountry %} {% set countryName = getCountry(defaultCountry).name %} + {% set countryValue = defaultCountry %} {% else %} {% set countryName = trans("visiosoft.module.location::field.country.name") %} {% endif %}