commit
4ca57617b8
@ -668,6 +668,8 @@ class Invoices extends DolibarrApi
|
|||||||
$result = $this->invoice->delete(DolibarrApiAccess::$user);
|
$result = $this->invoice->delete(DolibarrApiAccess::$user);
|
||||||
if ($result < 0) {
|
if ($result < 0) {
|
||||||
throw new RestException(500, 'Error when deleting invoice');
|
throw new RestException(500, 'Error when deleting invoice');
|
||||||
|
} elseif ($result == 0) {
|
||||||
|
throw new RestException(403, 'Invoice not erasable');
|
||||||
}
|
}
|
||||||
|
|
||||||
return array(
|
return array(
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user