Fix space/tab
This commit is contained in:
parent
b9682660d6
commit
f83dedf1b0
@ -83,6 +83,7 @@ class Invoices extends DolibarrApi
|
|||||||
|
|
||||||
// Add external contacts ids
|
// Add external contacts ids
|
||||||
$this->invoice->contacts_ids = $this->invoice->liste_contact(-1,'external',1);
|
$this->invoice->contacts_ids = $this->invoice->liste_contact(-1,'external',1);
|
||||||
|
|
||||||
$this->invoice->fetchObjectLinked();
|
$this->invoice->fetchObjectLinked();
|
||||||
return $this->_cleanObjectDatas($this->invoice);
|
return $this->_cleanObjectDatas($this->invoice);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user