This commit is contained in:
2026-02-28 09:04:27 +00:00
parent 2781496090
commit a583272e7d
2 changed files with 2 additions and 2 deletions

View File

@@ -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!";