valider
This commit is contained in:
parent
8ae43bd5dc
commit
bd33a19a4b
|
|
@ -6890,17 +6890,6 @@ function beneficiaire_a_reincorporer(p_choix, p_id_beneficiaire)
|
||||||
donnees = 'idBeneficiaire='+p_id_beneficiaire;
|
donnees = 'idBeneficiaire='+p_id_beneficiaire;
|
||||||
donnees += '&choix='+p_choix;
|
donnees += '&choix='+p_choix;
|
||||||
|
|
||||||
<<<<<<< HEAD
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
function modifier_beneficiaire(id)
|
|
||||||
{
|
|
||||||
if (id>"0")
|
|
||||||
{
|
|
||||||
window.location.assign($("#racineWeb" ).val()+"Modifierbeneficiaire/"+id+"/");
|
|
||||||
}
|
|
||||||
=======
|
|
||||||
$.ajax({
|
$.ajax({
|
||||||
url: $("#racineWeb").val()+"Ajaxselectionreincorporation/selectionner/",
|
url: $("#racineWeb").val()+"Ajaxselectionreincorporation/selectionner/",
|
||||||
type: 'POST',
|
type: 'POST',
|
||||||
|
|
@ -6930,5 +6919,12 @@ function recapituler_reincorporer()
|
||||||
complete: function() {
|
complete: function() {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
>>>>>>> bed9a5d97d3a3cdba3bd774ed7fa29ac1f4c07ce
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function modifier_beneficiaire(id)
|
||||||
|
{
|
||||||
|
if (id > "0")
|
||||||
|
{
|
||||||
|
window.location.assign($("#racineWeb" ).val()+"Modifierbeneficiaire/"+id+"/");
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user