Fix refuso

This commit is contained in:
Beppe 2024-07-25 16:02:28 +02:00
parent 75e140d7ea
commit 8c33757941
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ class Interventi extends Resource implements RetrieveInterface, CreateInterface,
'in_interventi.*',
'MAX(in_interventi_tecnici.orario_fine) as data',
'GROUP_CONCAT(DISTINCT b.ragione_sociale SEPARATOR \', \') AS tecnici',
'in_statiintervento_lang.name AS stato',
'in_statiintervento_lang.title AS stato',
];
$joins[] = [