From: Joe Hunt Date: Thu, 23 Nov 2017 07:10:01 +0000 (+0100) Subject: Rerun Barcodes, missing files, wrong name. X-Git-Tag: v2.4.4~54 X-Git-Url: https://delta.frontaccounting.com/gitweb/?p=fa-stable.git;a=commitdiff_plain;h=f2b14f25ac2539890c9ce6fc490c8be80a935b9c Rerun Barcodes, missing files, wrong name. --- diff --git a/sql/alter2.4.php b/sql/alter2.4.php index 51136eac..32e1eb37 100644 --- a/sql/alter2.4.php +++ b/sql/alter2.4.php @@ -118,7 +118,7 @@ class fa2_4 extends fa_patch { 'default_quote_valid_days', 'no_zero_lines_amount', 'show_po_item_codes', 'accounts_alpha', 'loc_notification', 'print_invoice_no', 'allow_negative_prices', 'print_item_images_on_quote', 'bcc_email', 'alternative_tax_include_on_docs', 'suppress_tax_rates', 'company_logo_report', - 'barcodes_on_report')"); + 'barcodes_on_stock')"); } function update_workorders() diff --git a/sql/en_US-demo.sql b/sql/en_US-demo.sql index c99be822..92bfe4ad 100644 --- a/sql/en_US-demo.sql +++ b/sql/en_US-demo.sql @@ -2170,6 +2170,7 @@ INSERT INTO `0_sys_prefs` VALUES ('allow_negative_prices','glsetup.inventory', ' 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 ('barcodes_on_stock','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'); diff --git a/sql/en_US-new.sql b/sql/en_US-new.sql index fda17082..b273ea88 100644 --- a/sql/en_US-new.sql +++ b/sql/en_US-new.sql @@ -1894,6 +1894,7 @@ INSERT INTO `0_sys_prefs` VALUES ('allow_negative_prices','glsetup.inventory', ' 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 ('barcodes_on_stock','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');