From cc883fddcb90d7ee800e75c0a836bbe43650a304 Mon Sep 17 00:00:00 2001 From: Beppe Date: Wed, 10 Jun 2020 17:00:34 +0200 Subject: [PATCH] Fix ripetizione vista Tecnici --- update/2_4_16.sql | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/update/2_4_16.sql b/update/2_4_16.sql index bd9555101..1f389a724 100644 --- a/update/2_4_16.sql +++ b/update/2_4_16.sql @@ -16,4 +16,7 @@ UPDATE `co_tipidocumento` SET `codice_tipo_documento_fe` = 'TD01' WHERE `co_tipi UPDATE `fe_stati_documento` SET `icon` = 'fa fa-paper-plane-o text-sucess' WHERE `fe_stati_documento`.`codice` = 'MC'; -UPDATE `fe_stati_documento` SET `icon` = 'fa fa-check-circle text-warning' WHERE `fe_stati_documento`.`codice` = 'NE'; \ No newline at end of file +UPDATE `fe_stati_documento` SET `icon` = 'fa fa-check-circle text-warning' WHERE `fe_stati_documento`.`codice` = 'NE'; + +-- modifica vista tecnici attività -- +UPDATE `zz_views` SET `query` = 'GROUP_CONCAT(DISTINCT((SELECT DISTINCT(ragione_sociale) FROM an_anagrafiche WHERE idanagrafica = in_interventi_tecnici.idtecnico)))' WHERE `zz_wievs`.`id_module` = (SELECT `zz_modules`.`id` FROM `zz_modules` WHERE `zz_modules`.`name` = 'Interventi' AND `zz_wievs`.`name` = 'Tecnici'; \ No newline at end of file