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']; - +