From d8bdb00f1db22659e0dceb3982149b4fd18b078e Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Thu, 23 Jul 2026 14:08:08 +0000 Subject: [PATCH] a --- Js/fonctions.js | 8 +++++++- Vue/gabarit.php | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Js/fonctions.js b/Js/fonctions.js index a526ebed..9d305524 100755 --- a/Js/fonctions.js +++ b/Js/fonctions.js @@ -92852,4 +92852,10 @@ function ajax_maj_qte_acte_proformahospitalisation(idPrestationactes, quantite, } }); } -} \ No newline at end of file +} + +function actualiseractesproforma() { + idProforma = $("#idProforma").val(); + alert("idProforma => "+idProforma); + window.location.assign($("#racineWeb" ).val()+"Traitementproformahospitalisation/"+idProforma+"/"); +} diff --git a/Vue/gabarit.php b/Vue/gabarit.php index ee949747..30423f65 100755 --- a/Vue/gabarit.php +++ b/Vue/gabarit.php @@ -982,7 +982,7 @@ - +