mirror of
https://github.com/devcode-it/openstamanager.git
synced 2024-12-27 00:06:14 +01:00
Fix filigrana stampe
This commit is contained in:
parent
e319325fb0
commit
4958813e84
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user