Changes in POS extension related to bank account structure change.
[fa-stable.git] / reporting / reports_main.php
index 7f8ecde66fb162cd99cf51c57dc01c4a7051b6b6..42b1ad5901f95f7ddd25af126ae9fbcd6dfcb3cb 100644 (file)
@@ -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 "
-<form method=post>
-       <input type='hidden' name='REP_ID' value=''>
-       <input type='hidden' name='PARAM_COUNT' value=''>
-       <input type='hidden' name='PARAM_0' value=''>
-       <input type='hidden' name='PARAM_1' value=''>
-       <input type='hidden' name='PARAM_2' value=''>
-       <input type='hidden' name='PARAM_3' value=''>
-       <input type='hidden' name='PARAM_4' value=''>
-       <input type='hidden' name='PARAM_5' value=''>
-       <input type='hidden' name='PARAM_6' value=''>
-
-       <script language='javascript'>
+echo "<script language='javascript'>
                function onWindowLoad() {
                        showClass(" . $_GET['Class'] . ")
                }
@@ -294,7 +282,6 @@ echo "
        </script>
 ";
 echo $reports->getDisplay();
-echo "</form>";
 
 end_page();
 ?>
\ No newline at end of file