X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=sql%2Fen_US-demo.sql;h=aee36a1dc11decbafb0bc7c0995c36be2d70e8bb;hb=2bcdab793e406bb5a44d2c4e079ec7cc2a1aa857;hp=ff2055f5419a8d5be60f10ac2924f477b8e86d52;hpb=3c5bbbb57ed893bff46e2d07fa4719ebfb52fff9;p=fa-stable.git diff --git a/sql/en_US-demo.sql b/sql/en_US-demo.sql index ff2055f5..aee36a1d 100644 --- a/sql/en_US-demo.sql +++ b/sql/en_US-demo.sql @@ -2176,6 +2176,7 @@ INSERT INTO `0_sys_prefs` VALUES ('print_item_images_on_quote','glsetup.inventor INSERT INTO `0_sys_prefs` VALUES ('suppress_tax_rates','setup.company', 'tinyint', 1, '0'); INSERT INTO `0_sys_prefs` VALUES ('company_logo_report','setup.company', 'tinyint', 1, '0'); INSERT INTO `0_sys_prefs` VALUES ('barcodes_on_stock','setup.company', 'tinyint', 1, '0'); +INSERT INTO `0_sys_prefs` VALUES ('print_dialog_direct','setup.company', 'tinyint', 1, '0'); INSERT INTO `0_sys_prefs` VALUES ('ref_no_auto_increase','setup.company', 'tinyint', 1, '0'); INSERT INTO `0_sys_prefs` VALUES ('default_loss_on_asset_disposal_act', 'glsetup.items', 'varchar', '15', '5660'); INSERT INTO `0_sys_prefs` VALUES ('depreciation_period', 'glsetup.company', 'tinyint', '1', '1');