a
This commit is contained in:
parent
253199dcdf
commit
634a74f5cd
|
|
@ -29052,8 +29052,8 @@ function init_prolongation_hospit()
|
|||
|
||||
if(prestationsTotal==0)
|
||||
{
|
||||
v_msg="Veuillez saisir au moins un prix de prestation!";
|
||||
v_msgEng="Please enter at least one service price!";
|
||||
const v_msg="Veuillez saisir au moins un prix de prestation!";
|
||||
const v_msgEng="Please enter at least one service price!";
|
||||
|
||||
alert_ebene(v_msg, v_msgEng);
|
||||
return;
|
||||
|
|
|
|||
|
|
@ -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.02"></script>
|
||||
<script src="Js/fonctions.js?ver=2026.07.18.03"></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