Assurance individuelle
This commit is contained in:
@@ -665,4 +665,20 @@ function college_police()
|
||||
{
|
||||
window.location.assign($("#racineWeb" ).val()+"Collegepolice/");
|
||||
}
|
||||
}
|
||||
|
||||
function assurance_familiale()
|
||||
{
|
||||
codeTypeContrat = $("#codeTypeContrat_C").val();
|
||||
|
||||
if (codeTypeContrat!="F")
|
||||
{
|
||||
v_msg="Ce n\'est pas une police FAMILIALE!";
|
||||
v_msgEng="This is not a FAMILIY policy!";
|
||||
alert_ebene(v_msg, v_msgEng);
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
window.location.assign($("#racineWeb" ).val()+"Assuranceindividuelle/");
|
||||
}
|
||||
Reference in New Issue
Block a user