a
This commit is contained in:
parent
a758010eba
commit
e8c6519f39
|
|
@ -29044,3 +29044,15 @@ function annuler_substitution_medicament_new(idDetail) {
|
|||
// Si l'utilisateur annule, ne rien faire (return implicite)
|
||||
});
|
||||
}
|
||||
|
||||
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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,10 @@
|
|||
AJAX
|
||||
<!--
|
||||
<?php if($prestations_total['totalPrixManuel'] == "0"): ?>
|
||||
<button type="button" class="form-control btn btn-primary" style='font-size:12pt;' onclick="javascript:alertsiprixprestationzero();"> <?= _("Envoyer un avis de prorogation") ?> </button>
|
||||
<?php else: ?>
|
||||
<button type="button" class="form-control btn btn-primary" data-bs-toggle="modal" data-bs-target="#popAjoutChambre" style='font-size:12pt;' > <?= _("Envoyer un avis de prorogation") ?> </button>
|
||||
<?php endif; ?>
|
||||
<?php endif; ?>
|
||||
-->
|
||||
|
||||
<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>
|
||||
|
|
|
|||
|
|
@ -309,14 +309,6 @@
|
|||
<?php if ($optionHospitalisation=="option-1"): ?>
|
||||
<td >
|
||||
<div id="div_btn_avis" >
|
||||
<!--
|
||||
<?php if($prestations_total['totalPrixManuel'] == "0"): ?>
|
||||
<button type="button" class="form-control btn btn-primary" style='font-size:12pt;' onclick="javascript:alertsiprixprestationzero();"> <?= _("Envoyer un avis de prorogation") ?> </button>
|
||||
<?php else: ?>
|
||||
<button type="button" class="form-control btn btn-primary" data-bs-toggle="modal" data-bs-target="#popAjoutChambre" style='font-size:12pt;' > <?= _("Envoyer un avis de prorogation") ?> </button>
|
||||
<?php endif; ?>
|
||||
-->
|
||||
|
||||
<?php require "Vue/Ajaxbtnavishospitalisation/index.php";?>
|
||||
</div >
|
||||
</td>
|
||||
|
|
|
|||
|
|
@ -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.17.02"></script>
|
||||
<script src="Js/fonctions.js?ver=2026.07.18.00"></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