// Normalization

This commit is contained in:
rMalie
2011-08-11 09:58:20 +00:00
parent 4f1e8fc2d5
commit 7fec565167
48 changed files with 77 additions and 77 deletions
+1 -1
View File
@@ -185,7 +185,7 @@ class CartControllerCore extends FrontController
if ($updateQuantity < 0)
{
/* if product has attribute, minimal quantity is set with minimal quantity of attribute*/
if ((int)$idProductAttribute)
if ($idProductAttribute)
$minimal_quantity = Attribute::getAttributeMinimalQty($idProductAttribute);
else
$minimal_quantity = $producToAdd->minimal_quantity;