aqxce
This commit is contained in:
parent
334034d729
commit
425412e78e
|
|
@ -1041,9 +1041,6 @@ function prestation_possible()
|
||||||
|
|
||||||
radiation = $("#radiation").val();
|
radiation = $("#radiation").val();
|
||||||
|
|
||||||
alert("codeEtatBeneficiaire="+codeEtatBeneficiaire+" radiation="+radiation);
|
|
||||||
return;
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
if (dateEffetCouvert!="1")
|
if (dateEffetCouvert!="1")
|
||||||
{
|
{
|
||||||
|
|
@ -1064,11 +1061,15 @@ function prestation_possible()
|
||||||
|
|
||||||
if (codeEtatBeneficiaire!="V")
|
if (codeEtatBeneficiaire!="V")
|
||||||
{
|
{
|
||||||
v_msg="Attention! "+etatbeneficiaire;
|
if(radiation=="0" && codeEtatBeneficiaire=="R"){
|
||||||
v_msgEng="Warning! "+etatbeneficiaire;
|
return true;
|
||||||
|
}else{
|
||||||
alert_ebene(v_msg, v_msgEng);
|
v_msg="Attention! "+etatbeneficiaire;
|
||||||
return false;
|
v_msgEng="Warning! "+etatbeneficiaire;
|
||||||
|
|
||||||
|
alert_ebene(v_msg, v_msgEng);
|
||||||
|
return false;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (college_couvert<1 && derogation_en_cours<1)
|
if (college_couvert<1 && derogation_en_cours<1)
|
||||||
|
|
|
||||||
|
|
@ -61,8 +61,7 @@
|
||||||
<INPUT class="sr-only" TYPE="text" id="faceRegistered" name="faceRegistered" value="<?= $faceRegistered ?>">
|
<INPUT class="sr-only" TYPE="text" id="faceRegistered" name="faceRegistered" value="<?= $faceRegistered ?>">
|
||||||
<INPUT class="sr-only" TYPE="text" id="prestationPossible" name="prestationPossible" value="<?= $prestationPossible ?>">
|
<INPUT class="sr-only" TYPE="text" id="prestationPossible" name="prestationPossible" value="<?= $prestationPossible ?>">
|
||||||
|
|
||||||
<INPUT TYPE="text" id="radiation" name="radiation" value="<?= $radiation ?>">
|
<INPUT class="sr-only" TYPE="text" id="radiation" name="radiation" value="<?= $radiation ?>">
|
||||||
|
|
||||||
|
|
||||||
<legend><?= _("Bénéficiaire") . " : (" . $beneficiaire['numeroBeneficiaire'] . ") => " . _("Date Effet") . " : " . dateLang($this->nettoyer($beneficiaire['dateEffetBeneficiaire']), $_SESSION['p_lang']) ?></legend>
|
<legend><?= _("Bénéficiaire") . " : (" . $beneficiaire['numeroBeneficiaire'] . ") => " . _("Date Effet") . " : " . dateLang($this->nettoyer($beneficiaire['dateEffetBeneficiaire']), $_SESSION['p_lang']) ?></legend>
|
||||||
<button class="sr-only" id="btn_pop_save_face" name="btn_pop_save_face" type="button" data-toggle="modal" data-target="#pop_rec_faciale" > </button>
|
<button class="sr-only" id="btn_pop_save_face" name="btn_pop_save_face" type="button" data-toggle="modal" data-target="#pop_rec_faciale" > </button>
|
||||||
|
|
|
||||||
|
|
@ -265,7 +265,7 @@ actesHarmonises : <?= $_SESSION['p_actesHarmonises'] ?>
|
||||||
<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.03.03.10"></script>
|
<script src="Js/fonctions.js?ver=2026.03.03.11"></script>
|
||||||
|
|
||||||
<script src="Bootstrap/js/timer.jquery.js"></script>
|
<script src="Bootstrap/js/timer.jquery.js"></script>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user