diff --git a/Js/fonctions.js b/Js/fonctions.js index 3dda392..a122338 100755 --- a/Js/fonctions.js +++ b/Js/fonctions.js @@ -5702,7 +5702,8 @@ function valider_remboursement(idDemande){ } function enregistrer_validation_rd(idDemande){ - + debugger; + let codeStatutPaiement = $("#codeStatutPaiement").val(); let motifRejetRh = $("#motifRejetRh").val(); diff --git a/Vue/gabarit.php b/Vue/gabarit.php index 36d7e11..0e871c8 100755 --- a/Vue/gabarit.php +++ b/Vue/gabarit.php @@ -663,7 +663,7 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte']; - +