Fixing style errors.
This commit is contained in:
parent
01db1161b6
commit
66230c3f24
@ -1870,9 +1870,9 @@ class Products extends DolibarrApi
|
|||||||
$this->product->fk_product_parent = $fk_product_parent;
|
$this->product->fk_product_parent = $fk_product_parent;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// product is used
|
// product is used
|
||||||
$this->product->is_object_used = $this->product->isObjectUsed() > 0;
|
$this->product->is_object_used = $this->product->isObjectUsed() > 0;
|
||||||
|
|
||||||
return $this->_cleanObjectDatas($this->product);
|
return $this->_cleanObjectDatas($this->product);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user