Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0

This commit is contained in:
ldestailleur
2025-05-05 00:03:09 +02:00
12 changed files with 40 additions and 38 deletions

View File

@@ -1,6 +1,7 @@
<?php
/* Copyright (C) 2015 Jean-François Ferry <jfefe@aternatik.fr>
/* Copyright (C) 2015 Jean-François Ferry <jfefe@aternatik.fr>
* Copyright (C) 2016 Laurent Destailleur <eldy@users.sourceforge.net>
* Copyright (C) 2025 William Mead <william@m34d.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -68,13 +69,12 @@ class Interventions extends DolibarrApi
}
/**
* Get properties of a Expense Report object
* Return an array with Expense Report information
* Get properties of an intervention object
*
* @param int $id ID of Expense Report
* @return Object Object with cleaned properties
*
* @throws RestException
* @throws RestException
*/
public function get($id)
{
@@ -310,9 +310,9 @@ class Interventions extends DolibarrApi
}
/**
* Delete order
* Delete intervention
*
* @param int $id Order ID
* @param int $id Intervention ID
* @return array
*/
public function delete($id)