From: Joe Hunt Date: Thu, 20 Jul 2017 20:01:17 +0000 (+0200) Subject: Changing $use_costed_value to 1 instead of 0. Used in Inventory Valuation report. X-Git-Tag: v2.4.2~8 X-Git-Url: https://delta.frontaccounting.com/gitweb/?p=fa-stable.git;a=commitdiff_plain;h=bc760d6f50218f3627fd470314661adf12b63495 Changing $use_costed_value to 1 instead of 0. Used in Inventory Valuation report. --- diff --git a/config.default.php b/config.default.php index 0d49bbc2..65a66418 100644 --- a/config.default.php +++ b/config.default.php @@ -128,7 +128,7 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_ $config_allocation_settled_allowance = 0.005; /* Show average costed values instead of fixed standard cost in report, Inventory Valuation Report */ - $use_costed_values = 0; + $use_costed_values = 1; /* Show menu category icons in core themes */ $show_menu_category_icons = 1;