diff --git a/htdocs/compta/facture/class/api_invoices.class.php b/htdocs/compta/facture/class/api_invoices.class.php index 400828998cb..24c71d51cb4 100644 --- a/htdocs/compta/facture/class/api_invoices.class.php +++ b/htdocs/compta/facture/class/api_invoices.class.php @@ -511,8 +511,6 @@ class Invoices extends DolibarrApi if (!$result) { throw new RestException(500, 'Error when deleted the contact'); } - - break; } }