// #PSCFV-3327 - Fix little bug

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@16551 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
mDeflotte
2012-07-24 15:06:51 +00:00
parent 785834c4e1
commit 691d6b3851
+1 -1
View File
@@ -509,7 +509,7 @@ function downQuantity(id, qty)
updateHookShoppingCartExtra(jsonData.HOOK_SHOPPING_CART_EXTRA);
if (newVal == 0)
$('#product_'+id').hide();
$('#product_'+id).hide();
if (typeof(getCarrierListAndUpdate) != 'undefined')
getCarrierListAndUpdate();