Rinominato il widget Notifiche interne in Note interne

This commit is contained in:
Pek5892 2023-10-30 09:22:18 +01:00
parent 11b3fb7664
commit c400eb7614
2 changed files with 4 additions and 1 deletions

View File

@ -23,7 +23,7 @@ use Carbon\Carbon;
use Models\Module;
if (!empty($is_title_request)) {
echo tr('Notifiche interne');
echo tr('Note interne');
return;
}

View File

@ -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";