a
This commit is contained in:
@@ -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();
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user