Update api_invoices.class.php

This commit is contained in:
Cédric 2020-09-19 22:02:52 +02:00 committed by GitHub
parent 90d2dfcca7
commit 7306a949e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -511,8 +511,6 @@ class Invoices extends DolibarrApi
if (!$result) {
throw new RestException(500, 'Error when deleted the contact');
}
break;
}
}