[-] BO : Fix bug witth shop address and no state in country

This commit is contained in:
gRoussac
2013-04-25 10:12:23 +02:00
parent 7a76b8b6a0
commit 91ab0362db
@@ -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
{