diff --git a/Vue/Ajaxactesgarantiebaremecollege/index.php b/Vue/Ajaxactesgarantiebaremecollege/index.php index f106d142..f4442d7c 100755 --- a/Vue/Ajaxactesgarantiebaremecollege/index.php +++ b/Vue/Ajaxactesgarantiebaremecollege/index.php @@ -1,646 +1,167 @@ nettoyer($garantie['codeGarantie']); - $garantie = $this->nettoyer($garantie['libelle']); - - if (est_anglophone()) - { - $garantie = $this->nettoyer($garantie['libelleEng']); - } - + $idBareme = $_SESSION['idBaremePriseEnCharge']; + $codeG = $this->nettoyer($garantie['codeGarantie']); + $nomG = est_anglophone() ? $this->nettoyer($garantie['libelleEng']) : $this->nettoyer($garantie['libelle']); ?> + + + \ No newline at end of file