X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=sql%2Fen_US-new.sql;h=b26d66264101b808569e0d07ab5edd69a5b93f55;hb=83e3bca480ef8c33cf9310d04d5831ed2922bcd8;hp=56f5b5f1f5bf6c50eae92ce3adb094e86ea45e4f;hpb=785e1fd17e52c72fe560b7ef1b3390e0518b8716;p=fa-stable.git diff --git a/sql/en_US-new.sql b/sql/en_US-new.sql index 56f5b5f1..b26d6626 100644 --- a/sql/en_US-new.sql +++ b/sql/en_US-new.sql @@ -1892,6 +1892,7 @@ INSERT INTO `0_sys_prefs` VALUES ('print_invoice_no','glsetup.sales', 'tinyint', INSERT INTO `0_sys_prefs` VALUES ('allow_negative_prices','glsetup.inventory', 'tinyint', 1, '1'); INSERT INTO `0_sys_prefs` VALUES ('print_item_images_on_quote','glsetup.inventory', 'tinyint', 1, '0'); 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 ('default_loss_on_asset_disposal_act', 'glsetup.items', 'varchar', '15', '5660'); INSERT INTO `0_sys_prefs` VALUES ('depreciation_period', 'glsetup.company', 'tinyint', '1', '1'); INSERT INTO `0_sys_prefs` VALUES ('use_manufacturing','setup.company', 'tinyint', 1, '1');