Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 1356 → Rev 1357

/trunk/modules/fiche/formateurs/Illustrations.php
63,7 → 63,9
$this->donnees['nt'] = $this->nomCourant->getNt();
$this->donnees['nomSciRetenu'] = $this->nomCourant->getNomRetenu()->get('nom_sci_html');
$this->donnees['cel'] = $this->getCelExport();
$this->donnees['coste'] = $this->getCoste();
if ($this->referentiel == 'bdtfx') {
$this->donnees['coste'] = $this->getCoste();
}
return $this->donnees;
}