Feature 5388: Print Invoices (documents) list gets too long. Fixed by default 180...
[fa-stable.git] / sql / en_US-demo.sql
index 5fe959bd052c7b3e7e44e4a18e8f97a9e6a74407..54774a41ff296347541c3b89e34e80339c5d234d 100644 (file)
@@ -1939,6 +1939,7 @@ INSERT INTO `0_sys_prefs` VALUES
 ('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` --