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']); } - ?>