Option for Logo on Reports.
[fa-stable.git] / config.default.php
index 65a66418df01ec41777036e838be1997fc187789..6602baf486306d64eddbcb93c9c7d4bc620917ed 100644 (file)
@@ -127,6 +127,9 @@ 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 = 1;