Fix space/tab

This commit is contained in:
Laurent Destailleur 2018-05-29 10:04:20 +02:00
parent b9682660d6
commit f83dedf1b0
3 changed files with 12 additions and 11 deletions

View File

@ -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);
} }