a
This commit is contained in:
parent
e2035442af
commit
11a3053722
|
|
@ -1556,3 +1556,15 @@ function enregistrer_retrait()
|
|||
}
|
||||
});
|
||||
}
|
||||
a
|
||||
function controle_date_avenant()
|
||||
{
|
||||
codeTypeAvenant=$("#codeTypeAvenant").val();
|
||||
|
||||
$("#div_periodidite").html("");
|
||||
|
||||
$("#dateAvenant").val($("#datejourfr_C").val());
|
||||
|
||||
$("#dateAvenant").readable();
|
||||
$("#motifavenant").readable();
|
||||
}
|
||||
|
|
|
|||
|
|
@ -595,7 +595,7 @@ $activeChildId = $menuData['child'];
|
|||
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
|
||||
|
||||
<!-- Application Scripts -->
|
||||
<script src="/Js/fonctions.js?ver=2026.01.03.18"></script>
|
||||
<script src="/Js/fonctions.js?ver=2026.01.03.19"></script>
|
||||
|
||||
<script type="text/javascript">
|
||||
setInterval(function() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user