From 6f79c2b252128aada726b080cd8b1032a96828fa Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Sat, 3 Jan 2026 07:57:53 +0000 Subject: [PATCH] a --- Js/fonctions.js | 7 ++++++- Societes/radiant/Tarifs/Vue/Consultercollege.php | 3 +-- Vue/Ficheretrait/index.php | 4 ++-- Vue/gabarit.php | 2 +- 4 files changed, 10 insertions(+), 6 deletions(-) diff --git a/Js/fonctions.js b/Js/fonctions.js index 4acfb36..b281f23 100755 --- a/Js/fonctions.js +++ b/Js/fonctions.js @@ -1461,7 +1461,12 @@ function pop_afficher_selection_retrait() // $('#div_test_gabarit').html(data); }, complete: function() { - $("#btn_pop").click(); + const modal = document.getElementById("poptableauprestation"); + if (modal && modal.parentNode !== document.body) { + document.body.appendChild(modal); + } + // Ouvrir le modal via le bouton caché + document.getElementById("btn_pop").click(); } }); } diff --git a/Societes/radiant/Tarifs/Vue/Consultercollege.php b/Societes/radiant/Tarifs/Vue/Consultercollege.php index b3b00ec..306f346 100644 --- a/Societes/radiant/Tarifs/Vue/Consultercollege.php +++ b/Societes/radiant/Tarifs/Vue/Consultercollege.php @@ -11,7 +11,7 @@ - +
@@ -320,7 +320,6 @@
- diff --git a/Vue/gabarit.php b/Vue/gabarit.php index 8c4eb93..094edf2 100755 --- a/Vue/gabarit.php +++ b/Vue/gabarit.php @@ -595,7 +595,7 @@ $activeChildId = $menuData['child']; - +