This commit is contained in:
2026-01-04 12:27:07 +00:00
parent 7bbd07d1d0
commit 5ae14e4ec0
2 changed files with 7 additions and 8 deletions

View File

@@ -1513,13 +1513,12 @@ 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();
function controle_date_avenant() {
let codeTypeAvenant = $("#codeTypeAvenant").val();
$("#div_periodidite").html("");
$("#dateAvenant").val($("#datejourfr_C").val());
$("#dateAvenant").prop("readonly", true);
$("#motifavenant").prop("readonly", true);
}
function init_import_assures()