From d1e46b11273980f199e271e7b1afa66fab4e9fc9 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Mon, 20 Jul 2026 12:54:10 +0000 Subject: [PATCH] a --- Js/fonctions.js | 4 ---- Vue/Ajaxconsultationcso/index.php | 12 ++++++++++-- Vue/Consultationcso/index.php | 1 - 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/Js/fonctions.js b/Js/fonctions.js index b115380..fd1f0ed 100755 --- a/Js/fonctions.js +++ b/Js/fonctions.js @@ -6691,14 +6691,10 @@ function listerdossiercons() ajax_consultationcso(d1, d2); } }); - - } function ajax_consultationcso(d1, d2) { - - donnees = 'd1='+d1+'&d2='+d2; $("#detail_reglements").html('
' + '
'); diff --git a/Vue/Ajaxconsultationcso/index.php b/Vue/Ajaxconsultationcso/index.php index b1e1dfe..e258dad 100755 --- a/Vue/Ajaxconsultationcso/index.php +++ b/Vue/Ajaxconsultationcso/index.php @@ -13,7 +13,8 @@ - + + @@ -38,6 +39,12 @@ $regle = $feuillemaladie['regle']; $valide = $feuillemaladie['valide']; $facture = $feuillemaladie['facture']; + + $specialite = $this->nettoyer($feuillemaladie['specialite']); + if (est_anglophone()) + { + $specialite = $this->nettoyer($feuillemaladie['specialiteEng']); + } ?> @@ -55,7 +62,8 @@ - nettoyer($feuillemaladie['adherent']) ?> + + nettoyer($feuillemaladie['beneficiaire']) ?> nettoyer($feuillemaladie['fraisReel'])) ?> nettoyer($feuillemaladie['montantTm'])) ?> diff --git a/Vue/Consultationcso/index.php b/Vue/Consultationcso/index.php index e6fbd20..53cf5a3 100755 --- a/Vue/Consultationcso/index.php +++ b/Vue/Consultationcso/index.php @@ -127,7 +127,6 @@ { $specialite = $this->nettoyer($feuillemaladie['specialiteEng']); } - ?>