This commit is contained in:
KANE LAZENI 2026-07-22 10:28:56 +00:00
parent abcab1dd30
commit 9fff3b91ae

View File

@ -31,10 +31,14 @@ class ControleurAjaxtraitementproformahospitalisation extends Controleur {
$siRefus = $this->examen->siRefus($idProforma);
$hospit_total = $this->examen->cumulProformaHospitalisation($idProforma);
$corrigerPrixProforma = $this->examen->get_corriger_prix_roforma();
$ajoutActeProforma = $this->examen->get_ajout_acte_proforma();
$this->genererVueAjax(array('idProforma' => $idProforma, 'motifexamens' => $motifexamens,
'examen' => $examen, 'detailexamens' => $detailexamens, 'choix' => $choix, 'hospit_total' => $hospit_total,
'accorderTout' => $accorderTout, 'refuserTout' => $refuserTout, 'siRefus' => $siRefus));
'accorderTout' => $accorderTout, 'refuserTout' => $refuserTout, 'siRefus' => $siRefus,
'corrigerPrixProforma' => $corrigerPrixProforma, 'ajoutActeProforma' => $ajoutActeProforma));
}
public function majdureecorrigee()