This commit is contained in:
KANE LAZENI 2026-07-17 18:43:22 +00:00
parent d4f91e3f65
commit 8d3c50ac19
3 changed files with 13 additions and 4 deletions

View File

@ -25533,6 +25533,18 @@ function dentisterie()
return;
}
dentisteriePossible=$("#dentisteriePossible").val();
alert("dentisteriePossible => "+dentisteriePossible);
if (dentisteriePossible!="1")
{
v_msg="Non autorisé!";
v_msgEng="Not allowed!";
alert_ebene(v_msg, v_msgEng);
return;
}
affectionObligatoire=$("#affectionObligatoire").val();
codeAffection=$("#codeAffection").val();
modeSaisieFacture=$("#modeSaisieFacture").val();

View File

@ -169,9 +169,6 @@
<INPUT class="sr-only" type="text" id="dentisteriePossible" name="dentisteriePossible" value="<?= $dentisteriePossible ?>" >
<INPUT class="sr-only" type="text" id="optiquePossible" name="optiquePossible" value="<?= $optiquePossible ?>" >
dentisteriePossible : <INPUT type="text" value="<?= $dentisteriePossible ?>" >
optiquePossible : <INPUT type="text" value="<?= $optiquePossible ?>" >
<legend>
<i class="fa fa-folder-open" ></i>&nbsp; &nbsp;<?= _("Dossier Médical du patient"). ": " . $feuillemaladie['numeroFeuilleMaladie'] . " => Notes => " . $nb_notefeuillemaladie . " => User => " . $feuillemaladie['codeUtilisateur'] ?>
<!-- Icône d'aide simple (?) -->

View File

@ -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.00"></script>
<script src="Js/fonctions.js?ver=2026.07.17.01"></script>
<script src="Bootstrap/js/bootstrap.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/vue@3/dist/vue.global.prod.js"></script>