Changing $use_costed_value to 1 instead of 0. Used in Inventory Valuation report.
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Thu, 20 Jul 2017 20:01:17 +0000 (22:01 +0200)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Thu, 20 Jul 2017 20:01:17 +0000 (22:01 +0200)
config.default.php

index 0d49bbc26d609fdf00ef1a621ac9cd5d37907225..65a66418df01ec41777036e838be1997fc187789 100644 (file)
@@ -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;