a
This commit is contained in:
parent
3e513fa54c
commit
674036fd23
|
|
@ -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(
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user