This commit is contained in:
KANE LAZENI 2026-07-22 10:32:51 +00:00
parent dfd99bafa7
commit fcaaf97682
2 changed files with 2 additions and 2 deletions

View File

@ -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,

View File

@ -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,