frt
This commit is contained in:
parent
706c879f49
commit
dc9d63c63a
|
|
@ -43935,6 +43935,7 @@ function selectionner_mouvement_rh(idMvtTemp, choix)
|
|||
error: function(data) {
|
||||
},
|
||||
complete: function() {
|
||||
liste_mouvemements_rh_valider();
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user