From 251cc7f892786205eab8e5c0a93326e135267a7d Mon Sep 17 00:00:00 2001 From: FabioL <1647128+loviuz@users.noreply.github.com> Date: Fri, 27 Sep 2024 09:15:53 +0200 Subject: [PATCH] Fix sezione impostazione --- update/2_5_5.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update/2_5_5.sql b/update/2_5_5.sql index fe3072bc4..3f7fc6359 100644 --- a/update/2_5_5.sql +++ b/update/2_5_5.sql @@ -17,7 +17,7 @@ ORDER BY -- Geolocalizzazione automatica INSERT INTO `zz_settings` (`id`, `nome`, `valore`, `tipo`, `editable`, `sezione`, `order`) VALUES (NULL, 'Geolocalizzazione automatica', '1', 'boolean', '1', 'Anagrafiche', NULL), -(NULL, 'Gestore mappa', 'Google Maps', 'list[Google Maps, OpenStreetMap]', '1', 'Generale', NULL); +(NULL, 'Gestore mappa', 'Google Maps', 'list[Google Maps, OpenStreetMap]', '1', 'Generali', NULL); INSERT INTO `zz_settings_lang` (`id`, `id_lang`, `id_record`, `title`, `help`) VALUES (NULL, '1', (SELECT `zz_settings`.`id` FROM `zz_settings` WHERE `zz_settings`.`nome` = 'Geolocalizzazione automatica'), 'Geolocalizzazione automatica', '');