From 6e027b2d19369f3fd21209cc21a78472fca3f804 Mon Sep 17 00:00:00 2001 From: lLefevre Date: Thu, 26 Jul 2012 09:56:43 +0000 Subject: [PATCH] [-] TR : fix #PSCFV-3229 git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@16579 b9a71923-0436-4b27-9f14-aed3839534dd --- themes/default/js/product.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/default/js/product.js b/themes/default/js/product.js index 758dc283b..3cc9dc6a1 100644 --- a/themes/default/js/product.js +++ b/themes/default/js/product.js @@ -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+'';