Update api_products.class.php
This commit is contained in:
parent
7ae57fb8d0
commit
5fc5d9ab48
@ -226,7 +226,7 @@ class Products extends DolibarrApi
|
|||||||
$obj_ret[] = $this->_cleanObjectDatas($product_static);
|
$obj_ret[] = $this->_cleanObjectDatas($product_static);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
$obj_ret[] = $obj;
|
$obj_ret[] = $obj->rowid;
|
||||||
}
|
}
|
||||||
$i++;
|
$i++;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user