This commit is contained in:
KONE SOREL 2026-04-18 15:21:45 +00:00
parent 57d409eb58
commit 0593556496

View File

@ -3,6 +3,8 @@
$aCorriger = $mouvementassure['aCorriger'];
$motif = $mouvementassure['motif'];
$idBeneficiaire = $beneficiaire['idBeneficiaire'];
?>
<div id="div_adherent" class="container-fluid py-3 animate__animated animate__fadeIn">
@ -156,7 +158,7 @@
<div class="d-flex gap-2">
<?php if($aCorriger == "1"): ?>
<button type="button" class="btn btn-info px-4 shadow-sm fw-bold animate__animated animate__pulse animate__infinite text-white" onclick="confirmer_correction(<?= $idMvt; ?>)">
<button type="button" class="btn btn-info px-4 shadow-sm fw-bold animate__animated animate__pulse animate__infinite text-white" onclick="confirmer_correction(<?= $idMvt; ?>, <?= $idMvt; ?>)">
<i class="fas fa-check-double me-2"></i><?= _("Confirmer la Correction") ?>
</button>
<?php endif; ?>