[-] TR : fix #PSCFV-3229

This commit is contained in:
lLefevre
2012-07-26 09:56:43 +00:00
parent ee58f29f88
commit bdbd4b260f
+1 -1
View File
@@ -714,7 +714,7 @@ function checkUrl()
$('select[name=group_'+attributesCombinations[a]['id_attribute_group']+']').val(attributesCombinations[a]['id_attribute']);
}
// find combination
if (count > 0)
if (count >= 0)
{
findCombination(false);
original_url = window.location+'';