From 4958813e84086606acce2a76fd58ce54a531591e Mon Sep 17 00:00:00 2001 From: MatteoPistorello Date: Tue, 12 Oct 2021 11:07:43 +0200 Subject: [PATCH] Fix filigrana stampe --- modules/anagrafiche/actions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/anagrafiche/actions.php b/modules/anagrafiche/actions.php index 7d860247f..27a27f87d 100755 --- a/modules/anagrafiche/actions.php +++ b/modules/anagrafiche/actions.php @@ -363,7 +363,7 @@ if (filter('op') == 'aggiungi-allegato') { } } - if (($nome == 'Logo stampe' || $nome = 'Filigrana stampe') && (setting('Azienda predefinita') == $id_record)) { + if (($nome == 'Logo stampe' || $nome == 'Filigrana stampe') && (setting('Azienda predefinita') == $id_record)) { Settings::setValue($nome, $upload->filename); } }