From 8cf3f7870c4ba74549eeba2ddf161f6c949433dd Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Sat, 14 Mar 2026 01:57:54 +0000 Subject: [PATCH] a --- Js/fonctions.js | 7 ++++--- Vue/Ajaxprixseancesea/index.php | 1 - Vue/gabarit.php | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Js/fonctions.js b/Js/fonctions.js index 20a4d52..b3097d6 100755 --- a/Js/fonctions.js +++ b/Js/fonctions.js @@ -12251,6 +12251,8 @@ async function enregistrerbonsseancekine() { function afficher_facturation_seance() { + $("#div_facturation_seance").html('
' + '
'); + $.ajax({ url: $("#racineWeb").val()+"Ajaxfacturatioseancesea/", // type : 'post', @@ -28811,15 +28813,14 @@ function ajaxprixseancesea() data: donnees, error: function(errorData) { // $('#div_test_gabarit').html(errorData); - alert(errorData); + // alert(errorData); }, success: function(data) { // $('#div_test_gabarit').html(data); - alert(data); + // alert(data); $("#infosacte").html(data); }, complete: function() { - // alert("Ajaxprixseancesea => Complete"); } }); } diff --git a/Vue/Ajaxprixseancesea/index.php b/Vue/Ajaxprixseancesea/index.php index 47c0157..04cc68a 100755 --- a/Vue/Ajaxprixseancesea/index.php +++ b/Vue/Ajaxprixseancesea/index.php @@ -29,7 +29,6 @@ $prixActeModifiable = $_SESSION['p_prixActeModifiable']; $valeurActe = $this->nettoyer($prescription['valeurActeSeance']); $prixActe = $valeurActe; - ?> diff --git a/Vue/gabarit.php b/Vue/gabarit.php index 059d634..3433393 100755 --- a/Vue/gabarit.php +++ b/Vue/gabarit.php @@ -909,7 +909,7 @@ - +