a
This commit is contained in:
parent
abcab1dd30
commit
9fff3b91ae
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user