From 4284879bfbd13ea30d4acaef4bbbf9423b5b5c1b Mon Sep 17 00:00:00 2001 From: rGaillard Date: Fri, 12 Oct 2012 14:28:57 +0000 Subject: [PATCH] [-] WS: Fix #PSCFV-4948 --- classes/Combination.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/classes/Combination.php b/classes/Combination.php index 02a754c3f..6cd056a7b 100644 --- a/classes/Combination.php +++ b/classes/Combination.php @@ -121,6 +121,8 @@ class CombinationCore extends ObjectModel StockAvailable::setProductOutOfStock((int)$this->id_product, StockAvailable::outOfStock((int)$this->id_product), null, $this->id); SpecificPriceRule::applyAllRules(array((int)$this->id_product)); + + return true; } public function deleteAssociations()