a
This commit is contained in:
parent
f539a1e8bb
commit
e0d63c142e
|
|
@ -1622,6 +1622,8 @@ function exporter_modele_assure()
|
|||
|
||||
function selectionner_adherent(id,no)
|
||||
{
|
||||
alert("id = "+id);
|
||||
alert("no = "+no);
|
||||
$("#idAdherent_C").val(id);
|
||||
$("#numeroAdherent_C" ).val(no);
|
||||
alert('idAdherent_C : ' + $("#idAdherent_C").val() );
|
||||
|
|
|
|||
|
|
@ -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.06"></script>
|
||||
<script src="/Js/fonctions.js?ver=2026.01.04.07"></script>
|
||||
|
||||
<script type="text/javascript">
|
||||
setInterval(function() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user