Feature 5388: Print Invoices (documents) list gets too long. Fixed by default 180...
[fa-stable.git] / sql / en_US-demo.sql
index 75a7b92d8fa51fe35dfae45a5a190276daba3588..54774a41ff296347541c3b89e34e80339c5d234d 100644 (file)
@@ -1937,6 +1937,9 @@ 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'),
+('max_days_in_docs','setup.company', 'smallint', 5, '180'),
 ('use_fixed_assets','setup.company', 'tinyint', 1, '1');
 
 -- Structure of table `0_tag_associations` --