From 11a30537225028d0fc5414daf7e895f455fd0a99 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Sat, 3 Jan 2026 09:27:46 +0000 Subject: [PATCH] a --- Js/fonctions.js | 12 ++++++++++++ Vue/gabarit.php | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/Js/fonctions.js b/Js/fonctions.js index 51d65f2..16f16c1 100755 --- a/Js/fonctions.js +++ b/Js/fonctions.js @@ -1556,3 +1556,15 @@ function enregistrer_retrait() } }); } +a +function controle_date_avenant() +{ + codeTypeAvenant=$("#codeTypeAvenant").val(); + + $("#div_periodidite").html(""); + + $("#dateAvenant").val($("#datejourfr_C").val()); + + $("#dateAvenant").readable(); + $("#motifavenant").readable(); +} diff --git a/Vue/gabarit.php b/Vue/gabarit.php index b32615b..aba286c 100755 --- a/Vue/gabarit.php +++ b/Vue/gabarit.php @@ -595,7 +595,7 @@ $activeChildId = $menuData['child']; - +