a
This commit is contained in:
parent
54cfa82781
commit
fe04c94c0f
|
|
@ -8,8 +8,8 @@
|
|||
$pouls = is_array($constantes)? $this->nettoyer($constantes['pouls']):"";
|
||||
$saturationOxygene = is_array($constantes)? $this->nettoyer($constantes['saturationOxygene']):"";
|
||||
?>
|
||||
|
||||
<div class="modal-dialog modal-lg">
|
||||
<div class="modal-dialog" style="max-width: 50%;" role="document" data-bs-backdrop="static" data-bs-keyboard="false">
|
||||
<!-- <div class="modal-dialog modal-lg"> -->
|
||||
<div class="modal-content">
|
||||
<div class="modal-header">
|
||||
<button id="btn_close_constante" name="btn_close_constante" type="button" class="close" data-bs-dismiss="modal"> <?= _("Fermer") ?> </button>
|
||||
|
|
|
|||
|
|
@ -123,23 +123,6 @@
|
|||
$faceRegistered="0";
|
||||
}
|
||||
|
||||
/*
|
||||
var_dump
|
||||
(
|
||||
array
|
||||
(
|
||||
"faceRegistered" => $faceRegistered,
|
||||
"p_lienPhoto_C" => $_SESSION['p_lienPhoto_C'],
|
||||
"p_dossierPhoto_C" => $_SESSION['p_dossierPhoto_C'],
|
||||
"p_dossierSociete" => $_SESSION['p_dossierSociete'],
|
||||
"handle" => $handle,
|
||||
"etatDemanderecFac" => $etatDemanderecFac,
|
||||
"libelleEtatDemanderecFac" => $libelleEtatDemanderecFac,
|
||||
"messagePrestataireRecFac" => $messagePrestataireRecFac,
|
||||
)
|
||||
);
|
||||
*/
|
||||
|
||||
$activerOtp = $_SESSION['p_activerOtpPrestations_C'];
|
||||
$otpStatus = $this->nettoyer($beneficiaire['otpStatus']);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user