Update api_orders.class.php

This commit is contained in:
Frédéric FRANCE 2019-09-30 21:41:07 +02:00 committed by GitHub
parent ee2bfb539e
commit f3a38ef1af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -312,7 +312,7 @@ class Orders extends DolibarrApi
*
* @url PUT {id}/lines/{lineid}
*
* @return object
* @return array|bool
*/
public function putLine($id, $lineid, $request_data = null)
{