mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
Revisado roles sistema y facturas
This commit is contained in:
@ -2,9 +2,9 @@
|
||||
/**
|
||||
* MENU MENSAJES
|
||||
*/
|
||||
if (auth()->user()->inGroup('beta') || auth()->user()->inGroup('cliente-editor')) {
|
||||
if (auth()->user()->inGroup('cliente-editor')) {
|
||||
?>
|
||||
<!-- Messages -->
|
||||
<!-- Mensajeria -->
|
||||
<li class="menu-item">
|
||||
<a href="<?= route_to('mensajeriaView') ?>" class="menu-link">
|
||||
<i class="menu-icon tf-icons ti ti-message"></i>
|
||||
|
||||
Reference in New Issue
Block a user