Update api_products.class.php
This commit is contained in:
parent
334224cd2d
commit
a6f6db6b54
@ -934,7 +934,7 @@ class Products extends DolibarrApi
|
|||||||
$tmp->rang = $result->rang;
|
$tmp->rang = $result->rang;
|
||||||
$tmp->entity = $result->entity;
|
$tmp->entity = $result->entity;
|
||||||
|
|
||||||
$return[] = $tmp;
|
$return[] = $this->_cleanObjectDatas($tmp);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!count($return)) {
|
if (!count($return)) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user