Inject $user in ProductCombination::updateProperties
This commit is contained in:
parent
ab26356e92
commit
4dbf151b15
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user