Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 1349 | Rev 1381 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1349 Rev 1357
Line 61... Line 61...
61
	
61
	
62
	public function obtenirDonneesExport() {
62
	public function obtenirDonneesExport() {
63
		$this->donnees['nt'] = $this->nomCourant->getNt();
63
		$this->donnees['nt'] = $this->nomCourant->getNt();
64
		$this->donnees['nomSciRetenu'] = $this->nomCourant->getNomRetenu()->get('nom_sci_html');
64
		$this->donnees['nomSciRetenu'] = $this->nomCourant->getNomRetenu()->get('nom_sci_html');
-
 
65
		$this->donnees['cel'] = $this->getCelExport();
65
		$this->donnees['cel'] = $this->getCelExport();
66
		if ($this->referentiel == 'bdtfx') {
-
 
67
			$this->donnees['coste'] = $this->getCoste();
66
		$this->donnees['coste'] = $this->getCoste();
68
		}
67
		return $this->donnees;
69
		return $this->donnees;
Line 68... Line 70...
68
	}
70
	}
69
 
71