This commit is contained in:
2026-03-14 07:34:40 +00:00
parent 6956b00701
commit b905739ae0
4 changed files with 7 additions and 7 deletions

View File

@@ -7091,8 +7091,6 @@ function prescription_optique()
// Fonction pour gérer l'attribution d'une chambre d'hospitalisation
async function attribution_chambre() {
const affectionObligatoire = $("#affectionObligatoire").val();
const codeAffection = $("#codeAffection").val();
let modeSaisieFacture = $("#modeSaisieFacture").val();
@@ -7178,7 +7176,7 @@ async function attribution_chambre() {
// Si lavis a été rejeté
if (avisHospitalisation === "3" && facture === "0") {
alert_ebene("Avis rejeté!", "Review rejected!");
alert_ebene("Avis hospitalization rejeté!", "Hospitalization request rejected!");
return;
}