a
This commit is contained in:
parent
1f8a0b5825
commit
7c1f3cf26d
|
|
@ -30,12 +30,11 @@ class ControleurAjaxactesproformahospitalisation extends Controleur {
|
|||
|
||||
$codeGarantie = "HOS";
|
||||
|
||||
|
||||
$idProforma = isset($_SESSION['p_idProforma_C']) ? $_SESSION['p_idProforma_C'] : "0";
|
||||
|
||||
$enteteProforma = $this->prestation->getenteteproformahospitalisation($idProforma);
|
||||
|
||||
$this->prestation->recapproformahospitalisation($idProforma);
|
||||
// $this->prestation->recapproformahospitalisation($idProforma);
|
||||
|
||||
$numeroEntentePrealable = $this->prestation->getententeprealableproformahospitalisation($idProforma);
|
||||
|
||||
|
|
|
|||
|
|
@ -525,12 +525,9 @@ class Feuillemaladie extends Modele {
|
|||
{
|
||||
$sql = 'call sp_p_gethistoriqueproforma(?, ?, ?, ?)';
|
||||
|
||||
//var_dump($codePrestataire, $idBeneficiaire, $d1, $d2); die();
|
||||
|
||||
$resultat = $this->executerRequete($sql, array($codePrestataire, $idBeneficiaire, $d1, $d2));
|
||||
|
||||
return $resultat->fetchAll(PDO::FETCH_ASSOC);
|
||||
|
||||
}
|
||||
|
||||
public function getActeChambreHospitalisation()
|
||||
|
|
|
|||
|
|
@ -1375,9 +1375,6 @@ class Prestationactes extends Modele
|
|||
{
|
||||
$sql = 'call sp_p_maj_valeuracte_proformahospitalisation(?, ?)';
|
||||
|
||||
//var_dump($idPrestationactes, $valeurActe);
|
||||
//die();
|
||||
|
||||
$this->executerRequete($sql, array($idPrestationactes, $valeurActe));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user