change new Quantity value in CartItem::addQuantity

This commit is contained in:
Manuel Raynaud
2013-08-07 17:11:46 +02:00
parent de171e3a26
commit 815ec1fe00

View File

@@ -61,7 +61,7 @@ class CartItem extends BaseCartItem
} }
} }
$this->setQuantity($currentQuantity); $this->setQuantity($newQuantity);
return $this; return $this;
} }