This commit is contained in:
2026-01-03 07:57:53 +00:00
parent 1c5b264f52
commit 6f79c2b252
4 changed files with 10 additions and 6 deletions

View File

@@ -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();
}
});
}