Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

No changes between revisions

Ignore whitespace Rev 1352 → Rev 1357

/trunk/modules/fiche/formateurs/Description.php
45,7 → 45,9
$this->getWikipedia();
$this->getWikini();
$this->getDescriptionsDependantesReferentiel($this->referentiel);
$this->getCoste();
if ($this->referentiel == 'bdtfx') {
$this->getCoste();
}
return $this->donnees;
}
 
Property changes:
Modified: svn:mergeinfo
Merged /branches/v5.8-seynes/modules/fiche/formateurs/Description.php:r1356
/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;
}