[-] BO : FixBug #PSCFV-10037 for to choose a state when state is enabled for country

This commit is contained in:
Jerome Nadaud
2013-08-07 14:09:40 +02:00
parent cd1ed74d8e
commit 5f1506ffc2
+1 -1
View File
@@ -28,7 +28,7 @@ function ajaxStates (id_state_selected)
$.ajax({
url: "ajax.php",
cache: false,
data: "ajaxStates=1&id_country="+$('#id_country').val() + "&id_state=" + $('#id_state').val(),
data: "ajaxStates=1&no_empty=1&id_country="+$('#id_country').val() + "&id_state=" + $('#id_state').val(),
success: function(html)
{
if (html == 'false')