Fix campo id visibile in vista Fasce orarie

This commit is contained in:
valentina 2024-07-16 16:37:32 +02:00
parent c2abf4726a
commit 8582e89de5
1 changed files with 4 additions and 1 deletions

View File

@ -117,3 +117,6 @@ INSERT INTO `zz_settings_lang` (`id_lang`, `id_record`, `title`, `help`) VALUES
-- Aggiunte note sessioni
ALTER TABLE `in_interventi_tecnici` ADD `note` TEXT NOT NULL AFTER `tipo_scontokm`;
-- Fix campo id visibile in vista Fasce orarie
UPDATE `zz_views` SET `visible` = '0' WHERE `zz_views`.`name` = 'id' AND `zz_views`.`id_module` = (SELECT `id` FROM `zz_modules` WHERE `name` = 'Fasce orarie')