1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-01-20 19:19:15 +01:00

Fix minore

This commit is contained in:
valentina 2024-07-30 13:09:02 +02:00
parent 2e2fa27963
commit 397d476a83

View File

@ -30,7 +30,7 @@ $utente = $user ? $user->toArray() : [];
// Gruppo della selezione
if (!empty($id_record)) {
$gruppo_utente = Group::find($id_record)->descrizione;
$gruppo_utente = Group::find($id_record)->getTranslation('title');
$gruppi = [
'Clienti' => 'Cliente',