Add int
This commit is contained in:
parent
7d25de5713
commit
48e34c2069
@ -264,7 +264,7 @@ class ProductCombination
|
||||
$this->fetchCombinationPriceLevels();
|
||||
}
|
||||
|
||||
return $this->fk_product_parent;
|
||||
return (int) $this->fk_product_parent;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user