a
This commit is contained in:
parent
fcaaf97682
commit
d676d128e5
|
|
@ -101,10 +101,7 @@ class ControleurAjaxtraitementproformahospitalisation extends Controleur {
|
|||
$idPrestationactes = $this->requete->getParametre("idPrestationactes");
|
||||
$valeurActe = $this->requete->getParametreFormulaire("valeurActe", "numerique");
|
||||
|
||||
//$_SESSION['idProforma'] = $idProforma;
|
||||
|
||||
$this->examen->majvaleuracteproformahospitalisation($idPrestationactes, $valeurActe);
|
||||
|
||||
}
|
||||
|
||||
public function majquantite()
|
||||
|
|
|
|||
|
|
@ -304,7 +304,6 @@ class Examen extends Modele {
|
|||
|
||||
public function majvaleuracteproformahospitalisation($idPrestationactes, $valeurActe)
|
||||
{
|
||||
|
||||
$user = $_SESSION['login'];
|
||||
$idSaisie = $_SESSION['idSaisie'];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user