From 3c06161d609d5db84dca01c7c95d0141df500203 Mon Sep 17 00:00:00 2001 From: KONE SOREL Date: Mon, 5 Jan 2026 19:43:27 +0000 Subject: [PATCH] r --- Js/fonctions.js | 3 +++ Vue/gabarit.php | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Js/fonctions.js b/Js/fonctions.js index 91c582e..d3a5105 100755 --- a/Js/fonctions.js +++ b/Js/fonctions.js @@ -2552,6 +2552,8 @@ function init_importer_modele_assure() { * ETAPE 3 (Action) : Liaison du fichier à l'avenant choisi */ function importer_modele_assure(idAvenant) { + debugger; + // On re-vérifie la présence du fichier par sécurité var cheminFichier = $("#cheminFichier").val(); if (!cheminFichier || cheminFichier === "") { @@ -2574,6 +2576,7 @@ function importer_modele_assure(idAvenant) { type: 'POST', data: donnees, success: function(data) { + debugger; // Le serveur doit retourner un flag de succès dans le HTML // ex: $("#div_erreur_excel").html(data); diff --git a/Vue/gabarit.php b/Vue/gabarit.php index 3256f97..e71c54d 100755 --- a/Vue/gabarit.php +++ b/Vue/gabarit.php @@ -638,7 +638,7 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte']; - +