diff --git a/Js/fonctions.js b/Js/fonctions.js
index 07ee115..8a46225 100755
--- a/Js/fonctions.js
+++ b/Js/fonctions.js
@@ -24015,7 +24015,6 @@ function actualiseTauxCouverture()
}
-//Modifier par sorel le 29-05-2023
/**
* Fonction pour ajouter un acte médical à la sélection
* @param {string} codeActe - Code identifiant l'acte médical
@@ -24092,9 +24091,10 @@ async function ajouter_un_acte_selection(codeActe, prixBase, prixActe, ententePr
});
}
-//Ajouter par sorel le 30-05-2023
function verifie_statut_acte_selection(codeActe, prixBase, prixActe, ententePrealable)
{
+ alert("prixActe => "+prixActe);
+
datePrestation = $("#datePrestation").val();
nomForm = $("#nomForm").val();
@@ -24521,7 +24521,6 @@ function modifieravisprorogationhospitalisation()
}
-//Face Sorel 25-07-2023
function re_init_photo_face()
{
var photo = document.getElementById('photo_face');
diff --git a/Vue/gabarit.php b/Vue/gabarit.php
index 08cb938..6b1e183 100755
--- a/Vue/gabarit.php
+++ b/Vue/gabarit.php
@@ -909,7 +909,7 @@
-
+