Update api_products.class.php

This commit is contained in:
Laurent Destailleur 2019-09-15 17:04:08 +02:00 committed by GitHub
parent be66e1bd20
commit 5d0ba10f34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -194,7 +194,7 @@ class Products extends DolibarrApi
* @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
*
* @url GET supplier
* @url GET supplier_prices
*/
public function getSupplierProducts($sortfield = "t.ref", $sortorder = 'ASC', $limit = 100, $page = 0, $mode = 0, $category = 0, $supplier = 0, $sqlfilters = '')
{