Line 201... |
Line 201... |
201 |
}
|
201 |
}
|
202 |
}
|
202 |
}
|
Line 203... |
Line 203... |
203 |
|
203 |
|
204 |
private function chargerClassification() {
|
204 |
private function chargerClassification() {
|
- |
|
205 |
$this->chargerTableauManuel('signification_rang');
|
205 |
$this->chargerTableauManuel('signification_rang');
|
206 |
$this->chargerTableauManuel('presence');
|
- |
|
207 |
$this->donnees['valeur_rang'] = $this->tableau_manuel['signification_rang'];
|
206 |
$this->donnees['valeur_rang'] = $this->tableau_manuel['signification_rang'];
|
208 |
$this->donnees['valeur_presence'] = $this->tableau_manuel['presence'];
|
207 |
if ($this->donnees['info']['num_tax_sup'] != '' && $this->donnees['info']['num_tax_sup'] !== "0") {
|
209 |
if ($this->donnees['info']['num_tax_sup'] != '' && $this->donnees['info']['num_tax_sup'] !== "0") {
|
208 |
$this->donnees['classification']['supérieurs'] = array_reverse($this->taxonDao->getClassification
|
210 |
$this->donnees['classification']['supérieurs'] = array_reverse($this->taxonDao->getClassification
|
209 |
('Superieur', $this->referentiel, $this->donnees['info']['num_tax_sup']));
|
211 |
('Superieur', $this->referentiel, $this->donnees['info']['num_tax_sup']));
|
210 |
} elseif (isset($this->donnees['retenu']['num_tax_sup']) && ($this->donnees['retenu']['num_tax_sup'] != '')) {
|
212 |
} elseif (isset($this->donnees['retenu']['num_tax_sup']) && ($this->donnees['retenu']['num_tax_sup'] != '')) {
|