From fcaaf97682bfcb898655a31ad1cffa30a4ed7c54 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Wed, 22 Jul 2026 10:32:51 +0000 Subject: [PATCH] a --- Controleur/ControleurAjaxtraitementproformahospitalisation.php | 2 +- Controleur/ControleurTraitementproformahospitalisation.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Controleur/ControleurAjaxtraitementproformahospitalisation.php b/Controleur/ControleurAjaxtraitementproformahospitalisation.php index 460a697b..c5704242 100755 --- a/Controleur/ControleurAjaxtraitementproformahospitalisation.php +++ b/Controleur/ControleurAjaxtraitementproformahospitalisation.php @@ -34,7 +34,7 @@ class ControleurAjaxtraitementproformahospitalisation extends Controleur { $corrigerPrixProforma = $this->examen->get_corriger_prix_roforma(); $ajoutActeProforma = $this->examen->get_ajout_acte_proforma(); - $demandeTraite = $this->nettoyer($examen['demandeTraite']); + $demandeTraite = $examen['demandeTraite']; $this->genererVueAjax(array('idProforma' => $idProforma, 'motifexamens' => $motifexamens, 'examen' => $examen, 'detailexamens' => $detailexamens, 'choix' => $choix, 'hospit_total' => $hospit_total, diff --git a/Controleur/ControleurTraitementproformahospitalisation.php b/Controleur/ControleurTraitementproformahospitalisation.php index 09eba6d6..e600e91d 100755 --- a/Controleur/ControleurTraitementproformahospitalisation.php +++ b/Controleur/ControleurTraitementproformahospitalisation.php @@ -42,7 +42,7 @@ class ControleurTraitementproformahospitalisation extends Controleur { $hospit_total = $this->examen->cumulProformaHospitalisation($idProforma); $corrigerPrixProforma = $this->examen->get_corriger_prix_roforma(); $ajoutActeProforma = $this->examen->get_ajout_acte_proforma(); - $demandeTraite = $this->nettoyer($examen['demandeTraite']); + $demandeTraite = $examen['demandeTraite']; $this->genererVue(array('idProforma' => $idProforma, 'motifexamens' => $motifexamens, 'examen' => $examen, 'detailexamens' => $detailexamens, 'situationBeneficiaire' => $situationBeneficiaire, 'choix' => $choix,