From 606fce5f37da1de11c54cf9c61a6ef2463b99071 Mon Sep 17 00:00:00 2001 From: Thomas Zilio Date: Tue, 9 Jul 2019 14:31:21 +0200 Subject: [PATCH] Fix minori --- include/top.php | 2 +- update/2_4_10.sql | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/top.php b/include/top.php index 7100b5a16..2120fa55b 100644 --- a/include/top.php +++ b/include/top.php @@ -123,7 +123,7 @@ if (Auth::check()) { ["Undo","Redo","-","Cut","Copy","Paste","PasteText","PasteFromWord","-","Scayt", "-","Link","Unlink","-","Bold","Italic","Underline","Superscript","SpecialChar","HorizontalRule","-","JustifyLeft","JustifyCenter","JustifyRight","JustifyBlock","-","NumberedList","BulletedList","Outdent","Indent","Blockquote","-","Styles","Format","Image","Table", "TextColor", "BGColor" ], ], - order_manager_id: \''.($dbo->isInstalled() ? Modules::get('Stato dei serivizi')['id'] : '').'\', + order_manager_id: \''.($dbo->isInstalled() ? Modules::get('Stato dei servizi')['id'] : '').'\', dataload_page_buffer: '.setting('Lunghezza in pagine del buffer Datatables').', tempo_attesa_ricerche: '.setting('Tempo di attesa ricerche in secondi').', }; diff --git a/update/2_4_10.sql b/update/2_4_10.sql index 505950bdb..763c11fd8 100644 --- a/update/2_4_10.sql +++ b/update/2_4_10.sql @@ -207,4 +207,4 @@ UPDATE `zz_views` SET `query` = '`fe_stati_documento`.`icon`' WHERE `name` = 'ic UPDATE `zz_views` SET `query` = '`fe_stati_documento`.`descrizione`' WHERE `name` = 'icon_title_FE' AND `id_module` = (SELECT `id` FROM `zz_modules` WHERE `name` = 'Fatture di vendita'); -- Impostazione per la lunghezza delle pagine Datatables -INSERT INTO `zz_settings` (`id`, `nome`, `valore`, `tipo`, `editable`, `sezione`, `order`) VALUES (NULL, 'Lunghezza in pagine del buffer Datatables', '200', 'decimal', 0, 'Generali', 1); +INSERT INTO `zz_settings` (`id`, `nome`, `valore`, `tipo`, `editable`, `sezione`, `order`) VALUES (NULL, 'Lunghezza in pagine del buffer Datatables', '10', 'decimal', 0, 'Generali', 1);