From fd3571a04e5edc38e746cec89095d20a6738d7c1 Mon Sep 17 00:00:00 2001 From: Luca Date: Mon, 10 May 2021 11:19:15 +0200 Subject: [PATCH] Allineamento colore icona EC02 --- update/2_4_23.sql | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/update/2_4_23.sql b/update/2_4_23.sql index dadd1dbab..57c4d1b9d 100644 --- a/update/2_4_23.sql +++ b/update/2_4_23.sql @@ -187,4 +187,7 @@ UPDATE `zz_modules` SET `options` = 'SELECT |select| FROM `do_documenti`\r\nINNE -- Messaggio Verifica numero intervento INSERT INTO `zz_settings` (`id`, `nome`, `valore`, `tipo`, `editable`, `sezione`, `order`, `help`) VALUES -(NULL, 'Verifica numero intervento', '1', 'boolean', 1, 'Attività', 1, 'Visualizza il messaggio che verifica la continuità dei numeri per le attività'); \ No newline at end of file +(NULL, 'Verifica numero intervento', '1', 'boolean', 1, 'Attività', 1, 'Visualizza il messaggio che verifica la continuità dei numeri per le attività'); + +-- Allineamento colore icona EC02 +UPDATE `fe_stati_documento` SET `icon` = 'fa fa-times text-danger' WHERE `fe_stati_documento`.`codice` = 'EC02'; \ No newline at end of file