[-] FO : #PSCFV-1463 - Fix bug on removing a product where one is a free gift

This commit is contained in:
mDeflotte
2012-05-11 13:33:02 +00:00
parent 85a9362af3
commit 400d56bf6f
+1 -1
View File
@@ -110,7 +110,7 @@ class CartControllerCore extends FrontController
$this->context->cart->update();
}
}
$removed = CartRule::autoRemoveFromCart();
$removed = CartRule::autoAddToCart();
if (count($removed) && (int)Tools::getValue('allow_refresh'))
$this->ajax_refresh = true;
}