diff --git a/Js/fonctions.js b/Js/fonctions.js index 16b877b..6ee04b5 100755 --- a/Js/fonctions.js +++ b/Js/fonctions.js @@ -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; diff --git a/Vue/gabarit.php b/Vue/gabarit.php index 7da61a0..faf2375 100755 --- a/Vue/gabarit.php +++ b/Vue/gabarit.php @@ -891,7 +891,7 @@ - +