diff --git a/Js/fonctions.js b/Js/fonctions.js index a22a83e..4fcc71e 100755 --- a/Js/fonctions.js +++ b/Js/fonctions.js @@ -28739,7 +28739,6 @@ function ajax_maj_qte_acte(idPrestationactes, quantite, controle) $("#div_prestations").html('
' + '
'); - $.ajax({ url: $("#racineWeb").val()+"Ajaxactesmedicauxselect/majquantite/", type: 'POST', @@ -28790,7 +28789,9 @@ async function supprimer_acte_medical_selection(idPrestationactes, codeTypePrest const codeFamilleActe = $("#codeFamilleActe").val(); // 5. Affichage de l'indicateur de chargement - $("#listeacte").html('
' + '
'); + // $("#listeacte").html('
' + '
'); + $("#div_prestations").html('
' + '
'); + // 6. Préparation des données pour la requête const donnees = { diff --git a/Vue/gabarit.php b/Vue/gabarit.php index 4c7593b..0bb7c5f 100755 --- a/Vue/gabarit.php +++ b/Vue/gabarit.php @@ -909,7 +909,7 @@ - +