From 91ab0362db934116870d3aeb6c703a9c8fb2d8ee Mon Sep 17 00:00:00 2001 From: gRoussac Date: Thu, 25 Apr 2013 10:12:23 +0200 Subject: [PATCH] [-] BO : Fix bug witth shop address and no state in country --- .../template/controllers/stores/helpers/options/options.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {