Merge pull request #10476 from fappels/10_work_on_supplier_price_history

Fix travis
This commit is contained in:
Laurent Destailleur 2019-02-01 15:46:29 +01:00 committed by GitHub
commit 0ed74ee8de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -921,7 +921,7 @@ class ProductFournisseur extends Product
* @param int $offset Offset * @param int $offset Offset
* @return array Array of Log prices * @return array Array of Log prices
*/ */
function listProductFournisseurPriceLog($product_fourn_price_id, $sortfield='', $sortorder='', $limit=0, $offset=0) function listProductFournisseurPriceLog($product_fourn_price_id, $sortfield = '', $sortorder = '', $limit = 0, $offset = 0)
{ {
global $conf; global $conf;