Laurent Destailleur 3 years ago
parent
commit
6771d96b47
1 changed files with 1 additions and 1 deletions
  1. 1 1
      htdocs/compta/facture/class/api_invoices.class.php

+ 1 - 1
htdocs/compta/facture/class/api_invoices.class.php

@@ -149,7 +149,7 @@ class Invoices extends DolibarrApi
 		// Add external contacts ids
 		if ($contact_list > -1) {
 			$tmparray = $this->invoice->liste_contact(-1, 'external', $contact_list);
-			if(is_array($tmparray)) {
+			if (is_array($tmparray)) {
 				$this->invoice->contacts_ids = $tmparray;
 			}
 		}