a
This commit is contained in:
@@ -2347,3 +2347,24 @@ function changer_avenant_incorporation_beneficiaire()
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
function filtrergenreconjoint()
|
||||
{
|
||||
codeLienParente = $('#codeLienParente').val();
|
||||
genreAdherent = $('#genreAdherent').val();
|
||||
|
||||
if(codeLienParente=='C'){
|
||||
if(genreAdherent=="F"){
|
||||
$('#sexe').val('M');
|
||||
$('#sexeConjoint').val('M');
|
||||
}else{
|
||||
$('#sexe').val('F');
|
||||
$('#sexeConjoint').val('F');
|
||||
}
|
||||
|
||||
$('#sexe').disable();
|
||||
return;
|
||||
}
|
||||
$('#sexe').enable();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user