From 39cfd6e5b3170a5eddeffacef1d88e9796bcc418 Mon Sep 17 00:00:00 2001 From: Joe Hunt Date: Sun, 14 Jun 2020 09:14:30 +0200 Subject: [PATCH] Updating standard sql COAs --- sql/en_US-demo.sql | 2 ++ sql/en_US-new.sql | 2 ++ 2 files changed, 4 insertions(+) diff --git a/sql/en_US-demo.sql b/sql/en_US-demo.sql index 75a7b92d..5fe959bd 100644 --- a/sql/en_US-demo.sql +++ b/sql/en_US-demo.sql @@ -1937,6 +1937,8 @@ INSERT INTO `0_sys_prefs` VALUES ('default_loss_on_asset_disposal_act', 'glsetup.items', 'varchar', '15', '5660'), ('depreciation_period', 'glsetup.company', 'tinyint', '1', '1'), ('use_manufacturing','setup.company', 'tinyint', 1, '1'), +('dim_on_recurrent_invoice','setup.company', 'tinyint', 1, '0'), +('long_description_invoice','setup.company', 'tinyint', 1, '0'), ('use_fixed_assets','setup.company', 'tinyint', 1, '1'); -- Structure of table `0_tag_associations` -- diff --git a/sql/en_US-new.sql b/sql/en_US-new.sql index bef15c4d..2d9ca114 100644 --- a/sql/en_US-new.sql +++ b/sql/en_US-new.sql @@ -1610,6 +1610,8 @@ INSERT INTO `0_sys_prefs` VALUES ('default_loss_on_asset_disposal_act', 'glsetup.items', 'varchar', '15', '5660'), ('depreciation_period', 'glsetup.company', 'tinyint', '1', '1'), ('use_manufacturing','setup.company', 'tinyint', 1, '1'), +('dim_on_recurrent_invoice','setup.company', 'tinyint', 1, '0'), +('long_description_invoice','setup.company', 'tinyint', 1, '0'), ('use_fixed_assets','setup.company', 'tinyint', 1, '1'); -- Structure of table `0_tag_associations` -- -- 2.30.2