Fix filigrana stampe

This commit is contained in:
MatteoPistorello 2021-10-12 11:07:43 +02:00
parent e319325fb0
commit 4958813e84
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
}