From d88b9384aaaacfb847061276e62b18bae9347130 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Tue, 21 Apr 2026 03:46:33 +0000 Subject: [PATCH] a --- Controleur/ControleurAjaxstatutacte.php | 3 +-- Js/fonctions.js | 4 ++-- Vue/Ajaxstatutacte/index.php | 21 --------------------- Vue/Fichebeneficiaire/index.php | 3 +-- Vue/gabarit.php | 2 +- 5 files changed, 5 insertions(+), 28 deletions(-) diff --git a/Controleur/ControleurAjaxstatutacte.php b/Controleur/ControleurAjaxstatutacte.php index 5334015..8447433 100755 --- a/Controleur/ControleurAjaxstatutacte.php +++ b/Controleur/ControleurAjaxstatutacte.php @@ -22,7 +22,6 @@ class ControleurAjaxstatutacte extends Controleur { $codeGarantie = $this->acte->getGarantieActe($codeActe); - $csrf_token = trim($this->requete->getParametreFormulaire("csrf_token")); if (!Csrf::validateToken($csrf_token)) { @@ -30,7 +29,7 @@ class ControleurAjaxstatutacte extends Controleur { $statut = "99"; $motif = $this->garantie->getlibellemotifdepassement($statut); - + $this->genererVueAjax(array( 'statut' => $statut, 'motif' => $motif, diff --git a/Js/fonctions.js b/Js/fonctions.js index babb262..b6fc584 100755 --- a/Js/fonctions.js +++ b/Js/fonctions.js @@ -23469,7 +23469,7 @@ function enregistrer_consultation() var libelleMotif = $("#libelleMotif").val(); var libelleMotifEng = $("#libelleMotifEng").val(); - alert("statut => "+statut); + // alert("statut => "+statut); if(statut != "1") { @@ -28844,6 +28844,6 @@ function charger_csrf_token(v_data) }else{ v_data += '&csrf_token=' + csrf_token; } - alert("charger_csrf_token => "+v_data); + // alert("charger_csrf_token => "+v_data); return v_data; } diff --git a/Vue/Ajaxstatutacte/index.php b/Vue/Ajaxstatutacte/index.php index 67e1a41..98e6401 100755 --- a/Vue/Ajaxstatutacte/index.php +++ b/Vue/Ajaxstatutacte/index.php @@ -5,8 +5,6 @@ if (est_anglophone()){ $libelleDerogation = $motif['libelleEng']; } - // - //var_dump($_SESSION["proforma"]); ?> @@ -22,12 +20,6 @@ - @@ -38,12 +30,6 @@ Actualiser...")?> - @@ -55,16 +41,9 @@ - - - diff --git a/Vue/Fichebeneficiaire/index.php b/Vue/Fichebeneficiaire/index.php index 8d61ec9..5b53b29 100755 --- a/Vue/Fichebeneficiaire/index.php +++ b/Vue/Fichebeneficiaire/index.php @@ -445,8 +445,7 @@ - - + diff --git a/Vue/gabarit.php b/Vue/gabarit.php index ec79fc5..4cf503e 100755 --- a/Vue/gabarit.php +++ b/Vue/gabarit.php @@ -902,7 +902,7 @@ - +