Se è stato caricato un logo per le stampe, allora uso quello.
This commit is contained in:
parent
a67d188dec
commit
e12e41605c
|
@ -96,6 +96,7 @@ $default_footer = include $footer_file;
|
||||||
$default_logo = App::filepath('templates/base|custom|/logo_azienda.jpg');
|
$default_logo = App::filepath('templates/base|custom|/logo_azienda.jpg');
|
||||||
|
|
||||||
// Logo generico
|
// Logo generico
|
||||||
|
if (!empty(Settings::get('Logo stampe')))
|
||||||
$custom_logo = App::filepath('files/anagrafiche/'.Settings::get('Logo stampe'));
|
$custom_logo = App::filepath('files/anagrafiche/'.Settings::get('Logo stampe'));
|
||||||
|
|
||||||
// Logo specifico della stampa
|
// Logo specifico della stampa
|
||||||
|
|
|
@ -10,7 +10,7 @@ ALTER TABLE `zz_gruppi_modules` RENAME `zz_group_module`;
|
||||||
|
|
||||||
ALTER TABLE `zz_settings` CHANGE `valore` `valore` text NOT NULL;
|
ALTER TABLE `zz_settings` CHANGE `valore` `valore` text NOT NULL;
|
||||||
|
|
||||||
-- Rinominazione del'attributo module_dir in directory
|
-- Ridenominazione dell'attributo module_dir in directory
|
||||||
ALTER TABLE `zz_modules` CHANGE `module_dir` `directory` varchar(50) NOT NULL, CHANGE `name2` `title` varchar(255) NOT NULL, DROP `type`, DROP `new`;
|
ALTER TABLE `zz_modules` CHANGE `module_dir` `directory` varchar(50) NOT NULL, CHANGE `name2` `title` varchar(255) NOT NULL, DROP `type`, DROP `new`;
|
||||||
UPDATE `zz_modules` SET `name` = REPLACE(`name`, 'à', 'à'), `title` = REPLACE(`title`, 'à', 'à');
|
UPDATE `zz_modules` SET `name` = REPLACE(`name`, 'à', 'à'), `title` = REPLACE(`title`, 'à', 'à');
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue