X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Freports_main.php;h=42b1ad5901f95f7ddd25af126ae9fbcd6dfcb3cb;hb=59840905a38c4e08e5b13fdb7af71ea6dea7b1f0;hp=24431c2348066bc41df07329b787c6f0672c24be;hpb=37da0ea920fdff712ccef4e1324aa822e981c8fc;p=fa-stable.git diff --git a/reporting/reports_main.php b/reporting/reports_main.php index 24431c23..42b1ad59 100644 --- a/reporting/reports_main.php +++ b/reporting/reports_main.php @@ -11,7 +11,7 @@ include_once($path_to_root . "/reporting/includes/reports_classes.inc"); $js = ""; if ($use_date_picker) $js .= get_js_date_picker(); -page(_("Reports and Analysis"), false, false, "", $js, true); +page(_("Reports and Analysis"), false, false, "", $js); $reports = new BoxReports;