This commit is contained in:
2026-01-20 09:10:38 +00:00
parent 3424b5205f
commit eec87662b1
2 changed files with 2 additions and 2 deletions

View File

@@ -1677,7 +1677,7 @@ function liste_avenant()
function controle_date_avenant() {
let codeTypeAvenant = $("#codeTypeAvenant").val();
$("#div_periodidite").html("");
$("#dateAvenant").val($("#datejour_C").val());
$("#dateAvenant").val($("#datejourfr_C").val());
//$("#dateAvenant").prop("readonly", true);
//$("#motifavenant").prop("readonly", true);
}