This commit is contained in:
KANE LAZENI 2026-07-19 13:31:35 +00:00
parent 055acfcf69
commit 57ccc1c93e
2 changed files with 3 additions and 1 deletions

View File

@ -25610,6 +25610,8 @@ function ajoute_dentaire()
var numeroDentObligatoire = $('#numeroDentObligatoire').val();
alert("numeroDentObligatoire => "+numeroDentObligatoire);
alert("numeroDent => "+numeroDent);
return;
if (numeroDentObligatoire=="1" && numeroDent.trim() <= " ") {
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.01"></script>
<script src="Js/fonctions.js?ver=2026.07.19.03"></script>
<script src="Bootstrap/js/bootstrap.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/vue@3/dist/vue.global.prod.js"></script>