diff --git a/htdocs/compta/facture/class/api_invoices.class.php b/htdocs/compta/facture/class/api_invoices.class.php index 3c5c1838e6d..9a8c91b9cf2 100644 --- a/htdocs/compta/facture/class/api_invoices.class.php +++ b/htdocs/compta/facture/class/api_invoices.class.php @@ -66,7 +66,7 @@ class Invoices extends DolibarrApi { return $this->_fetch($id, '', '', '', $contact_list); } - + /** * Get properties of an invoice object by ref * @@ -102,7 +102,7 @@ class Invoices extends DolibarrApi { return $this->_fetch('', '', $ref_ext, '', $contact_list); } - + /** * Get properties of an order object *