diff --git a/Js/fonctions.js b/Js/fonctions.js index f8ba95d..ac4e625 100755 --- a/Js/fonctions.js +++ b/Js/fonctions.js @@ -1470,3 +1470,21 @@ function pop_afficher_selection_retrait() } }); } + +function beneficiaire_a_retirer(p_choix, p_id_beneficiaire) +{ + donnees = 'idBeneficiaire='+p_id_beneficiaire; + donnees += '&choix='+p_choix; + + $.ajax({ + url: $("#racineWeb").val()+"Ajaxselectionretrait/selectionner/", + type: 'POST', + data: donnees, + success: function(data) { + }, + error: function(data) { + }, + complete: function() { + } + }); +} diff --git a/Vue/gabarit.php b/Vue/gabarit.php index 98a5406..dec3d8d 100755 --- a/Vue/gabarit.php +++ b/Vue/gabarit.php @@ -595,7 +595,7 @@ $activeChildId = $menuData['child']; - +