From dd71000022884ce8038005098667814e6e49eb57 Mon Sep 17 00:00:00 2001 From: KONE SOREL Date: Mon, 19 Jan 2026 09:44:59 +0000 Subject: [PATCH] rt --- Modele/College_temp.php | 4 +++- Vue/Ajaxconsultertableauprestation/index.php | 6 +++++- Vue/gabarit.php | 2 ++ 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/Modele/College_temp.php b/Modele/College_temp.php index 605ac7f..2f9b6ac 100755 --- a/Modele/College_temp.php +++ b/Modele/College_temp.php @@ -80,7 +80,9 @@ class College_temp extends Modele { public function getPrestation($idCollegeTemp) { - $sql = 'select A.*, B.libelle as reseausoin from prestation_temp A + // + $sql = 'select A.*, B.libelle as reseausoin, + B.libelleEng as reseausoinEng from prestation_temp A join reseausoins B on (B.codeReseau=A.codeReseau) where (A.idCollegeTemp=?) order by A.tmBase, A.tm'; diff --git a/Vue/Ajaxconsultertableauprestation/index.php b/Vue/Ajaxconsultertableauprestation/index.php index 32048ab..248c664 100644 --- a/Vue/Ajaxconsultertableauprestation/index.php +++ b/Vue/Ajaxconsultertableauprestation/index.php @@ -15,9 +15,13 @@ nettoyer($prestation['id']); + $reseausoin = est_anglophone() + ? $this->nettoyer($prestation['reseausoinEng']) + : $this->nettoyer($prestation['reseausoin']); + ?> - nettoyer($prestation['reseausoin']) ?> + nettoyer($prestation['tmBase']) ?> nettoyer($prestation['tauxRachatTm']) ?> nettoyer($prestation['tm']) ?> diff --git a/Vue/gabarit.php b/Vue/gabarit.php index 6d93165..dc524e6 100755 --- a/Vue/gabarit.php +++ b/Vue/gabarit.php @@ -291,9 +291,11 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte']; +