d
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user