X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Freports_main.php;h=42b1ad5901f95f7ddd25af126ae9fbcd6dfcb3cb;hb=59840905a38c4e08e5b13fdb7af71ea6dea7b1f0;hp=7f8ecde66fb162cd99cf51c57dc01c4a7051b6b6;hpb=64ae60eb7671830205a5dd3721a1f4bcd4e00165;p=fa-stable.git diff --git a/reporting/reports_main.php b/reporting/reports_main.php index 7f8ecde6..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; @@ -274,19 +274,7 @@ $reports->addReport(_('General Ledger'),709,_('Ta&x Report'), new ReportParam(_('Summary Only'),'YES_NO'), new ReportParam(_('Comments'),'TEXTBOX'))); -echo " -
- - - - - - - - - - - "; echo $reports->getDisplay(); -echo "
"; end_page(); ?> \ No newline at end of file