mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-01-14 08:26:43 +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);
|
Settings::setValue($nome, $upload->filename);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user