a
This commit is contained in:
parent
3be3571597
commit
f4d8b74df4
|
|
@ -45673,27 +45673,11 @@ function ajax_context_adherent(idBeneficiaire)
|
||||||
data: donnees,
|
data: donnees,
|
||||||
success: function(data)
|
success: function(data)
|
||||||
{
|
{
|
||||||
/*
|
|
||||||
$("#div_context_adherent").html(data);
|
|
||||||
var aBeneficiaireRemb = $("#aBeneficiaireRemb").val();
|
|
||||||
if(aBeneficiaireRemb > "0")
|
|
||||||
{
|
|
||||||
window.location.assign($("#racineWeb" ).val()+"Creerdossierclassique/");
|
|
||||||
|
|
||||||
}else{
|
|
||||||
v_msg="Aucun bénéficiaire de remboursement n'est enregistré pour cet assuré!";
|
|
||||||
v_msgEng="No reimbursement beneficiary is registered for this insured";
|
|
||||||
|
|
||||||
alert_ebene(v_msg, v_msgEng);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
window.location.assign($("#racineWeb" ).val()+"Creerdossierclassique/");
|
window.location.assign($("#racineWeb" ).val()+"Creerdossierclassique/");
|
||||||
},
|
},
|
||||||
error: function(errorData) {
|
error: function(errorData) {
|
||||||
},
|
},
|
||||||
complete: function() {
|
complete: function() {
|
||||||
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
@ -261,7 +261,7 @@ controlerPlafondBeneficiaire : <?= $_SESSION['controlerPlafondBeneficiaire'] ?>
|
||||||
<script src="Js/datepicker-fr.js"></script>
|
<script src="Js/datepicker-fr.js"></script>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
|
||||||
<script src="Js/fonctions.js?ver=2026.01.31.06"></script>
|
<script src="Js/fonctions.js?ver=2026.02.01.00"></script>
|
||||||
|
|
||||||
<script src="<?= $_SESSION['dossierSociete'].'/Js/societe.js' ?>" > </script>
|
<script src="<?= $_SESSION['dossierSociete'].'/Js/societe.js' ?>" > </script>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user