From 2c79b35420e2059a25657ffaed815a2aaf83c3a7 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Sat, 3 Jan 2026 11:48:22 +0000 Subject: [PATCH] a --- Js/fonctions.js | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/Js/fonctions.js b/Js/fonctions.js index a7bae89..2e01c64 100755 --- a/Js/fonctions.js +++ b/Js/fonctions.js @@ -1555,20 +1555,16 @@ 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 }