This commit is contained in:
KANE LAZENI 2026-06-13 19:02:18 +00:00
parent 54cfa82781
commit fe04c94c0f
2 changed files with 2 additions and 19 deletions

View File

@ -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>

View File

@ -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']);