Fixing style errors.
This commit is contained in:
parent
8ba08552ca
commit
1c1e111b0c
@ -1577,7 +1577,7 @@ class Products extends DolibarrApi
|
||||
$combinations[$key] = $this->_cleanObjectDatas($combinations[$key]);
|
||||
|
||||
$productModel = new Product($this->db);
|
||||
$productModel->fetch((int)$combination->fk_product_child);
|
||||
$productModel->fetch((int) $combination->fk_product_child);
|
||||
$productModel->load_stock();
|
||||
$combinations[$key]->stock_warehouse = $this->_cleanObjectDatas($productModel)->stock_warehouse;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user