From 5f1506ffc240ebafebfcee45520a67ff0b238c0c Mon Sep 17 00:00:00 2001 From: Jerome Nadaud Date: Wed, 7 Aug 2013 14:09:40 +0200 Subject: [PATCH] [-] BO : FixBug #PSCFV-10037 for to choose a state when state is enabled for country --- js/form.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/form.js b/js/form.js index b5ad6816f..a8c1c5738 100644 --- a/js/form.js +++ b/js/form.js @@ -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')