From 93b6eecd19bcede3351487fd4275ab0d19d19893 Mon Sep 17 00:00:00 2001 From: Pek5892 Date: Tue, 3 Oct 2023 11:03:12 +0200 Subject: [PATCH] Fix minore --- update/2_4_50.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/update/2_4_50.sql b/update/2_4_50.sql index 929cec649..96895a2ab 100644 --- a/update/2_4_50.sql +++ b/update/2_4_50.sql @@ -89,3 +89,4 @@ INSERT INTO `zz_views` (`id_module`, `name`, `query`, `order`, `search`, `slow`, UPDATE `zz_prints` SET `predefined` = '0' WHERE `zz_prints`.`name` IN ('Stampa calendario settimanale', "Intervento & checklist", "Intervento & checklist (senza costi)", "Barcode bulk"); +UPDATE `zz_modules` SET `options` = 'SELECT |select| FROM `co_tipidocumento` LEFT JOIN zz_segments ON co_tipidocumento.id_segment = zz_segments.id WHERE 1=1 AND deleted_at IS NULL HAVING 2=2' WHERE `zz_modules`.`name` = 'Tipi documento'; \ No newline at end of file