This commit is contained in:
KANE LAZENI 2026-01-04 06:53:49 +00:00
parent 3fa832efd2
commit 52e52c9ede
2 changed files with 4 additions and 2 deletions

View File

@ -1622,8 +1622,10 @@ function exporter_modele_assure()
function selectionner_adherent(id,no)
{
$("#idAdherent_C" ).val(id);
$("#idAdherent_C").val(id);
$("#numeroAdherent_C" ).val(no);
alert("idAdherent_C : ".$("#idAdherent_C").val());
alert("numeroAdherent_C : ".$("#numeroAdherent_C").val());
}
function afficher_adherent()

View File

@ -608,7 +608,7 @@ $activeChildId = $menuData['child'];
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
<!-- Application Scripts -->
<script src="/Js/fonctions.js?ver=2026.01.04.04"></script>
<script src="/Js/fonctions.js?ver=2026.01.04.05"></script>
<script type="text/javascript">
setInterval(function() {