// #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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user