añadida columna cliente a la lista de usuarios

This commit is contained in:
2024-12-15 11:00:28 +01:00
parent 45f31049ab
commit 721eb445dc
4 changed files with 9 additions and 3 deletions

View File

@ -21,6 +21,7 @@
<th><?= lang('Users.firstName') ?></th>
<th><?= lang('Users.lastName') ?></th>
<th><?= lang('Users.email') ?></th>
<th><?= lang('Users.cliente') ?></th>
<th class="noFilter"><?= lang('Users.lastAccess') ?></th>
<th class="noFilter text-nowrap"><?= lang('Basic.global.Action') ?></th>
</tr>