a
This commit is contained in:
parent
f0fe6ecaf1
commit
03489de926
|
|
@ -23,9 +23,6 @@ class ControleurAjaxsituationproformahospit extends Controleur {
|
|||
|
||||
$this->garantie->getsourcebaremegarantienew($idBeneficiaire, $codeGarantie, $datePrestation);
|
||||
|
||||
echo "après getsourcebaremegarantienew";
|
||||
exit();
|
||||
|
||||
$statut = $this->garantie->getstatutproformahospit($idBeneficiaire, $codeActe, $codeGarantie, $datePrestation);
|
||||
|
||||
echo "après getstatutproformahospit";
|
||||
|
|
|
|||
|
|
@ -303,16 +303,23 @@ class Garantiesbaremepriseencharge extends Modele {
|
|||
|
||||
$codePrestataire = $_SESSION['p_codePrestataire_C'];
|
||||
|
||||
|
||||
var_dump(
|
||||
array(
|
||||
"idBeneficiaire" => $idBeneficiaire,
|
||||
"idSaisie" => $idSaisie,
|
||||
"user" => $user,
|
||||
"codeActe" => $codeActe,
|
||||
"codeGarantie" => $codeGarantie,
|
||||
"datePrestation" => $datePrestation,
|
||||
"codePrestataire" => $codePrestataire,
|
||||
)
|
||||
);
|
||||
exit;
|
||||
|
||||
$sql = "SELECT fn_statut_acteconsultationbareme_newversion(?, ?, ?, ?, ?, ?, ?) AS statutActe;";
|
||||
|
||||
|
||||
|
||||
$resultat = $this->executerRequete($sql, array($idBeneficiaire, $idSaisie, $user, $codeActe, $codeGarantie, $datePrestation, $codePrestataire))->fetch(PDO::FETCH_ASSOC);
|
||||
|
||||
|
||||
|
||||
return $resultat['statutActe'];
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user