From 56c6e387f78498e190c5018f1b0676acc057273f Mon Sep 17 00:00:00 2001 From: Joe Date: Fri, 12 Sep 2014 08:16:50 +0200 Subject: [PATCH] New flag $use_costed_values in config.php for Inventory Valuation Report --- config.default.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.default.php b/config.default.php index 7f05f764..f5b6e85e 100644 --- a/config.default.php +++ b/config.default.php @@ -173,6 +173,9 @@ 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; + /* Allow negative prices for dummy/service items. To be moved to GL db settings */ $allow_negative_prices = 1; -- 2.30.2