fd
This commit is contained in:
parent
2781496090
commit
a583272e7d
|
|
@ -6542,7 +6542,7 @@ function init_remplacement_adherent()
|
|||
dt11=Math.round(Date.parse(td11)/(1000*3600*24));
|
||||
dt2=Math.round(Date.parse(td2)/(1000*3600*24));
|
||||
|
||||
if (td11<=td1)
|
||||
if (td11<td1)
|
||||
{
|
||||
v_msg="Attention! Veuillez revoir vos dates!";
|
||||
v_msgEng="Warning! Please review your dates!";
|
||||
|
|
|
|||
|
|
@ -712,7 +712,7 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte'];
|
|||
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
|
||||
|
||||
<!-- Application Scripts -->
|
||||
<script src="/Js/fonctions.js?ver=2026.02.18.00"></script>
|
||||
<script src="/Js/fonctions.js?ver=2026.02.28.00"></script>
|
||||
|
||||
<script type="text/javascript">
|
||||
raffraichier_gabarit();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user