This commit is contained in:
KANE LAZENI 2026-07-19 13:37:42 +00:00
parent 3e513fa54c
commit 674036fd23
2 changed files with 1 additions and 4 deletions

View File

@ -25609,9 +25609,6 @@ function ajoute_dentaire()
var nbreProthese = $('#nbreProthese').val();
var numeroDentObligatoire = $('#numeroDentObligatoire').val();
alert("numeroDentObligatoire => "+numeroDentObligatoire);
alert("numeroDent => "+numeroDent);
return;
if (numeroDentObligatoire=="1" && numeroDent.trim() <= "0") {
alert_ebene(

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