phpcs
This commit is contained in:
parent
e12daa74d0
commit
6771d96b47
@ -149,7 +149,7 @@ class Invoices extends DolibarrApi
|
|||||||
// Add external contacts ids
|
// Add external contacts ids
|
||||||
if ($contact_list > -1) {
|
if ($contact_list > -1) {
|
||||||
$tmparray = $this->invoice->liste_contact(-1, 'external', $contact_list);
|
$tmparray = $this->invoice->liste_contact(-1, 'external', $contact_list);
|
||||||
if(is_array($tmparray)) {
|
if (is_array($tmparray)) {
|
||||||
$this->invoice->contacts_ids = $tmparray;
|
$this->invoice->contacts_ids = $tmparray;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user