Fixing style errors.
This commit is contained in:
parent
f4a565544f
commit
be66e1bd20
@ -193,7 +193,7 @@ class Products extends DolibarrApi
|
|||||||
* @param int $supplier Use this param to filter list by supplier
|
* @param int $supplier Use this param to filter list by supplier
|
||||||
* @param string $sqlfilters Other criteria to filter answers separated by a comma. Syntax example "(t.tobuy:=:0) and (t.tosell:=:1)"
|
* @param string $sqlfilters Other criteria to filter answers separated by a comma. Syntax example "(t.tobuy:=:0) and (t.tosell:=:1)"
|
||||||
* @return array Array of product objects
|
* @return array Array of product objects
|
||||||
*
|
*
|
||||||
* @url GET supplier
|
* @url GET supplier
|
||||||
*/
|
*/
|
||||||
public function getSupplierProducts($sortfield = "t.ref", $sortorder = 'ASC', $limit = 100, $page = 0, $mode = 0, $category = 0, $supplier = 0, $sqlfilters = '')
|
public function getSupplierProducts($sortfield = "t.ref", $sortorder = 'ASC', $limit = 100, $page = 0, $mode = 0, $category = 0, $supplier = 0, $sqlfilters = '')
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user