diff --git a/admin-dev/themes/default/template/controllers/stores/helpers/options/options.tpl b/admin-dev/themes/default/template/controllers/stores/helpers/options/options.tpl index c2192d48f..5fc5f3b05 100644 --- a/admin-dev/themes/default/template/controllers/stores/helpers/options/options.tpl +++ b/admin-dev/themes/default/template/controllers/stores/helpers/options/options.tpl @@ -38,7 +38,7 @@ if (html == 'false') { $("#conf_id_PS_SHOP_STATE_ID").fadeOut(); - $('#id_state option[value=0]').attr("selected", "selected"); + $('#PS_SHOP_STATE_ID option[value=0]').attr("selected", "selected"); } else {