This commit is contained in:
KANE LAZENI 2026-01-03 11:48:22 +00:00
parent 635e094d67
commit 2c79b35420

View File

@ -1555,20 +1555,16 @@ function enregistrer_retrait()
}); });
} }
<<<<<<<<< Temporary merge branch 1
function liste_avenant() function liste_avenant()
{ {
window.location.assign($("#racineWeb" ).val()+"Listeavenant/"); window.location.assign($("#racineWeb" ).val()+"Listeavenant/");
========= }
function controle_date_avenant() function controle_date_avenant()
{ {
codeTypeAvenant=$("#codeTypeAvenant").val(); codeTypeAvenant=$("#codeTypeAvenant").val();
$("#div_periodidite").html(""); $("#div_periodidite").html("");
$("#dateAvenant").val($("#datejourfr_C").val()); $("#dateAvenant").val($("#datejourfr_C").val());
$("#dateAvenant").readable(); $("#dateAvenant").readable();
$("#motifavenant").readable(); $("#motifavenant").readable();
>>>>>>>>> Temporary merge branch 2
} }