Added 'company_logo_on_views' in sys_prefs in the default sql charts.
authorJoe <joe.hunt.consulting@gmail.com>
Tue, 3 Jan 2023 15:15:06 +0000 (16:15 +0100)
committerJoe <joe.hunt.consulting@gmail.com>
Tue, 3 Jan 2023 15:15:06 +0000 (16:15 +0100)
sql/en_US-demo.sql
sql/en_US-new.sql

index bce2424223299e97056bc68d2551ad68eb2f69d7..853789b98cbf79fef372646c7fde6afe22a19ced 100644 (file)
@@ -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` --
 
index 09759cf9a6997de38cf45973ba53a359a3f94177..b674111f0f3645bd8fa624a1a28f4250fa576916 100644 (file)
@@ -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` --