a
This commit is contained in:
parent
e8c6519f39
commit
66ba0bdf05
|
|
@ -29047,12 +29047,13 @@ function annuler_substitution_medicament_new(idDetail) {
|
|||
|
||||
function init_prolongation_hospit()
|
||||
{
|
||||
alert("init_prolongation_hospit");
|
||||
return;
|
||||
|
||||
v_msg="Veuillez saisir au moins un prix de prestation!";
|
||||
v_msgEng="Please enter at least one service price!";
|
||||
|
||||
alert_ebene(v_msg, v_msgEng);
|
||||
return;
|
||||
const v_msg = "En envoyant un avis de prologation, vous ne pourrez plus modifié les séjours antérieurs! Souhaitez-vous continuer?";
|
||||
const v_msgEng = "Once the extension notice is sent, previous stays can no longer be modified. Do you want to continue?";
|
||||
|
||||
// Appel de la confirmation unifiée
|
||||
confirm_ebene_sweet(v_msg, v_msgEng).then(function(isConfirm) {
|
||||
if(isConfirm) {
|
||||
$("#btnPopAvisProrogation").click();
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,4 +7,4 @@
|
|||
-->
|
||||
|
||||
<button type="button" class="form-control btn btn-primary" style='font-size:12pt;' onclick="javascript:init_prolongation_hospit();"> <?= _("Envoyer un avis de prorogation -- INIT") ?> </button>
|
||||
<button type="button" class="sr-only" data-bs-toggle="modal" data-bs-target="#popAjoutChambre" > </button>
|
||||
<button id="btnPopAvisProrogation" name="btnPopAvisProrogation" class="sr-only" data-bs-toggle="modal" data-bs-target="#popAjoutChambre" > </button>
|
||||
|
|
|
|||
|
|
@ -891,7 +891,7 @@
|
|||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/toastr@2.1.4/build/toastr.min.css" crossorigin="anonymous">
|
||||
<script src="https://cdn.jsdelivr.net/npm/toastr@2.1.4/build/toastr.min.js" crossorigin="anonymous"></script>
|
||||
|
||||
<script src="Js/fonctions.js?ver=2026.07.18.00"></script>
|
||||
<script src="Js/fonctions.js?ver=2026.07.18.01"></script>
|
||||
<script src="Bootstrap/js/bootstrap.min.js"></script>
|
||||
|
||||
<script src="https://cdn.jsdelivr.net/npm/vue@3/dist/vue.global.prod.js"></script>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user