From 6f83f01e47edbba20004322e06be4b17e3be4b57 Mon Sep 17 00:00:00 2001 From: Pek5892 Date: Fri, 27 Oct 2023 11:07:12 +0200 Subject: [PATCH] Fix minore invio stampe --- update/2_4_51.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/update/2_4_51.sql b/update/2_4_51.sql index 65bc38aa8..47e8539c1 100644 --- a/update/2_4_51.sql +++ b/update/2_4_51.sql @@ -62,3 +62,5 @@ INSERT INTO `zz_views` (`id_module`, `name`, `query`, `order`, `search`, `slow`, ((SELECT `id` FROM `zz_modules` WHERE `name` = 'Gestione task'), 'Expression', 'expression', 2, 1, 0, 0, 1), ((SELECT `id` FROM `zz_modules` WHERE `name` = 'Gestione task'), 'Prossima esecuzione', 'next_execution_at', 3, 1, 0, 0, 1), ((SELECT `id` FROM `zz_modules` WHERE `name` = 'Gestione task'), 'Precedente esecuzione', 'last_executed_at', 4, 1, 0, 0, 1); + +DELETE FROM `em_print_template` INNER JOIN `zz_prints` ON `em_print_template`.`id_print` = `zz_prints`.`id` WHERE `zz_prints`.`is_record` = 0; \ No newline at end of file