This commit is contained in:
Laurent Destailleur 2020-02-25 14:29:41 +01:00
parent 91f7a14602
commit f386614511

View File

@ -384,6 +384,10 @@ class ExpenseReports extends DolibarrApi
* @param array $request_data Datas
*
* @return int
*
* @throws RestException 401 Not allowed
* @throws RestException 404 Expense report not found
* @throws RestException 500
*/
public function put($id, $request_data = null)
{