sera
This commit is contained in:
parent
1243d8de3e
commit
99d418eea9
|
|
@ -66,11 +66,11 @@ class ControleurModifierbeneficiaire extends Controleur {
|
|||
}else{
|
||||
$mouvementassure = array(
|
||||
'id' => "0",
|
||||
'aCorriger' => "0"
|
||||
'aCorriger' => "0",
|
||||
'motif' => ""
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
$this->genererVue(array(
|
||||
'beneficiaire' => $beneficiaire,
|
||||
'adherent' => $adherent,
|
||||
|
|
|
|||
|
|
@ -7276,8 +7276,8 @@ function confirmer_correction(idMvt)
|
|||
{
|
||||
donnees = 'idMvt='+idMvt;
|
||||
|
||||
const v_msg = "Confirmez-vous la prise en compte de toute correction ?";
|
||||
const v_msgEng = "Do you confirm the consideration of any correction?";
|
||||
const v_msg = "Avez-vous terminé avec la correction demandée ?";
|
||||
const v_msgEng = "Have you finished with the requested correction?";
|
||||
|
||||
confirm_ebene(v_msg, v_msgEng).then(isConfirmed => {
|
||||
if (isConfirmed) {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
<?php $this->titre = "INTER-SANTE - Modification Bénéficiaire";
|
||||
$idMvt = $mouvementassure['id'];
|
||||
$aCorriger = $mouvementassure['aCorriger'];
|
||||
|
||||
$motif = $mouvementassure['motif'];
|
||||
?>
|
||||
|
||||
<div id="div_adherent" class="container-fluid py-3 animate__animated animate__fadeIn">
|
||||
|
|
@ -137,6 +139,13 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<?php if($aCorriger == "1"): ?>
|
||||
<label class="control-label"><?= _("Correction demandée");?></label>
|
||||
<div class="well well-sm w-100" style="min-height: 120px; background-color: #fcfcfc; margin-bottom: 0;">
|
||||
<?= nl2br($motif); ?>
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
|
||||
<div class="row mt-5">
|
||||
<div class="col-12 d-flex justify-content-between align-items-center">
|
||||
<div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user