From 394479072885eec15203a1213511cd016d416f6b Mon Sep 17 00:00:00 2001 From: Joe Date: Tue, 3 Jan 2023 16:15:06 +0100 Subject: [PATCH] Added 'company_logo_on_views' in sys_prefs in the default sql charts. --- sql/en_US-demo.sql | 3 ++- sql/en_US-new.sql | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/sql/en_US-demo.sql b/sql/en_US-demo.sql index bce24242..853789b9 100644 --- a/sql/en_US-demo.sql +++ b/sql/en_US-demo.sql @@ -1940,7 +1940,8 @@ INSERT INTO `0_sys_prefs` VALUES ('dim_on_recurrent_invoice','setup.company', 'tinyint', 1, '0'), ('long_description_invoice','setup.company', 'tinyint', 1, '0'), ('max_days_in_docs','setup.company', 'smallint', 5, '180'), -('use_fixed_assets','setup.company', 'tinyint', 1, '1'); +('use_fixed_assets','setup.company', 'tinyint', 1, '1'), +('company_logo_on_views', 'setup.company', 'tinyint', '1', '0'); -- Structure of table `0_tag_associations` -- diff --git a/sql/en_US-new.sql b/sql/en_US-new.sql index 09759cf9..b674111f 100644 --- a/sql/en_US-new.sql +++ b/sql/en_US-new.sql @@ -1613,7 +1613,8 @@ INSERT INTO `0_sys_prefs` VALUES ('dim_on_recurrent_invoice','setup.company', 'tinyint', 1, '0'), ('long_description_invoice','setup.company', 'tinyint', 1, '0'), ('max_days_in_docs','setup.company', 'smallint', 5, '180'), -('use_fixed_assets','setup.company', 'tinyint', 1, '1'); +('use_fixed_assets','setup.company', 'tinyint', 1, '1'), +('company_logo_on_views', 'setup.company', 'tinyint', '1', '0'); -- Structure of table `0_tag_associations` -- -- 2.30.2