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->entity = $result->entity;
|
||||
|
||||
$return[] = $tmp;
|
||||
$return[] = $this->_cleanObjectDatas($tmp);
|
||||
}
|
||||
|
||||
if (!count($return)) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user