diff --git a/Js/fonctions.js b/Js/fonctions.js index e719675..4c72f05 100755 --- a/Js/fonctions.js +++ b/Js/fonctions.js @@ -1189,12 +1189,14 @@ function changer_avenant_incorporation() function get_age(dater) { + debugger; var td2 = $("#datejourfr_C").datepicker("getDate"); return age = td2.getFullYear()-dater.getFullYear(); } function controle_age(dater, codeLienParente) { + debugger; age = get_age(dater); $("#agepersonne").val("Âge : "+age); diff --git a/Vue/gabarit.php b/Vue/gabarit.php index 04586fb..901feb9 100755 --- a/Vue/gabarit.php +++ b/Vue/gabarit.php @@ -595,7 +595,7 @@ $activeChildId = $menuData['child']; - +