This commit is contained in:
KANE LAZENI 2026-01-03 11:45:39 +00:00
commit 635e094d67

View File

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