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

fix: query

This commit is contained in:
valentina 2024-11-27 10:48:31 +01:00
parent 600b962444
commit 9d8f0f0f34

View File

@ -218,4 +218,4 @@ ORDER BY
IFNULL(`orario_fine`, `data_richiesta`) DESC" WHERE `zz_modules`.`name` = 'Interventi';
-- Allineamento plugin consuntivo
UPDATE `zz_plugins` SET `directory` = 'consuntivo', `script` = '', `options` = 'custom' WHERE `name` LIKE '%consuntivo%'
UPDATE `zz_plugins` SET `directory` = 'consuntivo', `script` = '', `options` = 'custom' WHERE `name` = 'Consuntivo';