This commit is contained in:
KONE SOREL 2026-04-16 11:34:36 +00:00
parent 706c879f49
commit dc9d63c63a
2 changed files with 3 additions and 2 deletions

View File

@ -43935,6 +43935,7 @@ function selectionner_mouvement_rh(idMvtTemp, choix)
error: function(data) {
},
complete: function() {
liste_mouvemements_rh_valider();
}
});
}

View File

@ -8,7 +8,7 @@
<th style="border-bottom: 0;"><?= _("Bénéficiaire / Matricule") ?></th>
<th style="border-bottom: 0;"><?= _("Adhérent") ?></th>
<th class="text-center" style="border-bottom: 0;"><?= _("Lien") ?></th>
<th class="text-center" style="border-bottom: 0;"><?= _("Consulter") ?></th>
<th class="text-center" style="border-bottom: 0;"><?= _("GED") ?></th>
<th class="text-center" style="border-bottom: 0;"><?= _("Saisie / Par") ?></th>
<th class="text-center" style="border-bottom: 0;"><?= _("Prime Ttc") ?></th>
<th colspan="4" class="text-center" style="border-bottom: 0;"><?= _("Traitement") ?></th>
@ -75,7 +75,7 @@
<td class="text-center" style="vertical-align: middle;">
<?php if ($nombreGed > '0'): ?>
<button class="btn btn-primary btn-xs" onClick="javascript:consulter_ged_assure_mvt('<?= $idBeneficiaire ?>');">
<?= _("GED") ?>
<?= _("Voir") ?>
</button>
<?php else: ?>
<span style="color: #ccc;">-</span>