Merged changes from main CVS up to 2.1.5
[fa-stable.git] / reporting / rep501.php
index 9694b7a3b33298251ecbea7b7fe40c5835434d32..b697925f1f87654b8c6d232db434d91a46085a97 100644 (file)
@@ -25,7 +25,6 @@ include_once($path_to_root . "/gl/includes/gl_db.inc");
 
 //----------------------------------------------------------------------------------------------------
 
-// trial_inquiry_controls();
 print_dimension_summary();
 
 function getTransactions($from, $to)
@@ -77,15 +76,9 @@ function print_dimension_summary()
     $comments = $_POST['PARAM_3'];
        $destination = $_POST['PARAM_4'];
        if ($destination)
-       {
                include_once($path_to_root . "/reporting/includes/excel_report.inc");
-               $filename = "DimensionSummary.xml";
-       }       
        else
-       {
                include_once($path_to_root . "/reporting/includes/pdf_report.inc");
-               $filename = "DimensionSummary.pdf";
-       }
 
        $cols = array(0, 50, 210, 250, 320, 395, 465,   515);
 
@@ -96,7 +89,7 @@ function print_dimension_summary()
     $params =   array(         0 => $comments,
                                    1 => array('text' => _('Dimension'), 'from' => $fromdim, 'to' => $todim));
 
-    $rep = new FrontReport(_('Dimension Summary'), $filename, user_pagesize());
+    $rep = new FrontReport(_('Dimension Summary'), "DimensionSummary", user_pagesize());
 
     $rep->Font();
     $rep->Info($params, $cols, $headers, $aligns);