From c400eb7614f29867ca1644038cb9803f0d429e5c Mon Sep 17 00:00:00 2001 From: Pek5892 Date: Mon, 30 Oct 2023 09:22:18 +0100 Subject: [PATCH] Rinominato il widget Notifiche interne in Note interne --- modules/dashboard/widgets/notifiche.php | 2 +- update/2_4_51.sql | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/dashboard/widgets/notifiche.php b/modules/dashboard/widgets/notifiche.php index 24fb07a06..a16d13c9c 100755 --- a/modules/dashboard/widgets/notifiche.php +++ b/modules/dashboard/widgets/notifiche.php @@ -23,7 +23,7 @@ use Carbon\Carbon; use Models\Module; if (!empty($is_title_request)) { - echo tr('Notifiche interne'); + echo tr('Note interne'); return; } diff --git a/update/2_4_51.sql b/update/2_4_51.sql index 3b163222a..bf4093369 100644 --- a/update/2_4_51.sql +++ b/update/2_4_51.sql @@ -69,3 +69,6 @@ INSERT INTO `zz_views` (`id_module`, `name`, `query`, `order`, `search`, `slow`, -- Fix che evita che venga allegato il riepilogo interventi con tutti gli interventi del tecnico DELETE FROM `em_print_template` WHERE `em_print_template`.`id_print` IN (SELECT `id` FROM `zz_prints` WHERE `zz_prints`.`is_record` = 0); + +-- Il widget Notifiche interne รจ ora Note interne +UPDATE `zz_widgets` SET `text` = 'Note interne' WHERE `zz_widgets`.`name` = "Note interne"; \ No newline at end of file