X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=config.default.php;h=6602baf486306d64eddbcb93c9c7d4bc620917ed;hb=41fc5025878df6a2950e4356e4b6883a5efcac1a;hp=0d49bbc26d609fdf00ef1a621ac9cd5d37907225;hpb=7705a766b36239b2622c1b269292ec6e12f2ca09;p=fa-stable.git diff --git a/config.default.php b/config.default.php index 0d49bbc2..6602baf4 100644 --- a/config.default.php +++ b/config.default.php @@ -127,8 +127,11 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_ $config_allocation_settled_allowance = 0.005; + /* Show company logo on reports */ + $show_company_logo_report = 0; + /* 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;