Attach Documents: fixed user interface to reset input fields only when needed. Fixes...
[fa-stable.git] / sql / en_US-new.sql
index bef15c4d86a2afadb4fc81f3195523718906cde9..2d9ca1144f950330173c35f113e0bb779cb5142a 100644 (file)
@@ -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` --