diff --git a/Js/fonctions.js b/Js/fonctions.js index 96474e7..72161e8 100755 --- a/Js/fonctions.js +++ b/Js/fonctions.js @@ -1517,8 +1517,8 @@ function controle_date_avenant() { let codeTypeAvenant = $("#codeTypeAvenant").val(); $("#div_periodidite").html(""); $("#dateAvenant").val($("#datejourfr_C").val()); - $("#dateAvenant").prop("readonly", true); - $("#motifavenant").prop("readonly", true); + //$("#dateAvenant").prop("readonly", true); + //$("#motifavenant").prop("readonly", true); } function init_import_assures()