diff --git a/Js/fonctions.js b/Js/fonctions.js index abf2cea..d86c4f9 100755 --- a/Js/fonctions.js +++ b/Js/fonctions.js @@ -10058,20 +10058,17 @@ function ajouterexamen_lab(idExamen, ententePrealable, codeActe, codeGarantie) return; } - $.ajax({ url: $("#racineWeb").val()+"Ajaxdetaillaboratoire/ajouterexamen/", type: 'POST', data: donnees, success: function(data) { $("#livraison").html(data); - //afficheDivPlafond(); getstatutacte(codeActe); }, error: function(data) { }, complete: function() { - //alerter_depassement_limite(); } }); } diff --git a/Vue/Laboratoire/index.php b/Vue/Laboratoire/index.php index cccc16c..2f2bd20 100755 --- a/Vue/Laboratoire/index.php +++ b/Vue/Laboratoire/index.php @@ -379,7 +379,7 @@