From bc760d6f50218f3627fd470314661adf12b63495 Mon Sep 17 00:00:00 2001 From: Joe Hunt Date: Thu, 20 Jul 2017 22:01:17 +0200 Subject: [PATCH] Changing $use_costed_value to 1 instead of 0. Used in Inventory Valuation report. --- config.default.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.30.2