diff --git a/htdocs/product/class/product.class.php b/htdocs/product/class/product.class.php index 4d8afaad9aa..22c943dfa6e 100644 --- a/htdocs/product/class/product.class.php +++ b/htdocs/product/class/product.class.php @@ -1073,7 +1073,7 @@ class Product extends CommonObject $comb = new ProductCombination($this->db); foreach ($comb->fetchAllByFkProductParent($this->id) as $currcomb) { - $currcomb->updateProperties($this); + $currcomb->updateProperties($this, $user); } }