From f90544bbc71ac43d26047229a4dd8c55ea376d4c Mon Sep 17 00:00:00 2001 From: rGaillard Date: Fri, 12 Oct 2012 14:28:57 +0000 Subject: [PATCH] [-] WS: Fix #PSCFV-4948 git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17849 b9a71923-0436-4b27-9f14-aed3839534dd --- 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()