projects
/
fa-stable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5bdeff9
)
Changing $use_costed_value to 1 instead of 0. Used in Inventory Valuation report.
author
Joe Hunt
<joe.hunt.consulting@gmail.com>
Thu, 20 Jul 2017 20:01:17 +0000
(22:01 +0200)
committer
Joe Hunt
<joe.hunt.consulting@gmail.com>
Thu, 20 Jul 2017 20:01:17 +0000
(22:01 +0200)
config.default.php
patch
|
blob
|
history
diff --git
a/config.default.php
b/config.default.php
index 0d49bbc26d609fdf00ef1a621ac9cd5d37907225..65a66418df01ec41777036e838be1997fc187789 100644
(file)
--- 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;