// #PSCFV-3327 - Fix little bug

This commit is contained in:
mDeflotte
2012-07-24 15:06:51 +00:00
parent 74529c94af
commit 55b1219b4f
+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();