1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-01-08 13:52:18 +01:00

Fix refuso

This commit is contained in:
Beppe 2024-07-25 16:02:28 +02:00
parent 75e140d7ea
commit 8c33757941

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[] = [