a
This commit is contained in:
parent
dfd99bafa7
commit
fcaaf97682
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user