From bfe189683adc21e84d5113c16fd05bb6c9aa6944 Mon Sep 17 00:00:00 2001 From: Luca Date: Fri, 29 Oct 2021 11:04:50 +0200 Subject: [PATCH] Update 2_4_28.sql --- update/2_4_28.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update/2_4_28.sql b/update/2_4_28.sql index c2c605ba3..7e9c481b3 100644 --- a/update/2_4_28.sql +++ b/update/2_4_28.sql @@ -1,2 +1,2 @@ -- Aggiunto help per impostazione -UPDATE `zz_settings` SET `help` = 'Documenti di Vendita quali Fatture e DDT' WHERE `zz_settings`.`nome` = 'Permetti selezione articoli con quantità minore o uguale a zero in Documenti di Vendita'; \ No newline at end of file +UPDATE `zz_settings` SET `help` = 'Documenti di Vendita quali Fatture, DDT e Attività' WHERE `zz_settings`.`nome` = 'Permetti selezione articoli con quantità minore o uguale a zero in Documenti di Vendita'; \ No newline at end of file