This commit is contained in:
KANE LAZENI 2026-07-15 15:14:34 +00:00
parent 840c8d07a3
commit 123c871260

View File

@ -45706,7 +45706,7 @@ function exclure_un_servive_prestataire(codeFamilleActe)
$("#div_services_prestataire").html('<div style="padding-top:80px;"><img src="Bootstrap/images/loading.gif"/>&nbsp;&nbsp;<span style="font-size:15pt;">' + 'Veuillez patienter... / Please wait...' + '</span></div>');
$.ajax({
url: $("#racineWeb").val()+"Ajaxexclureservices/ajouterunmedecinprestataire/",
url: $("#racineWeb").val()+"Ajaxexclureservices/exclureunserviceprestataire/",
type: 'POST',
data: donnees,
success: function(data) {