diff --git a/admin/reports.inc.php b/admin/reports.inc.php index 5c145e0..9c08fae 100644 --- a/admin/reports.inc.php +++ b/admin/reports.inc.php @@ -49,7 +49,7 @@ $report_options = array(); $report_options['type'] = array('desc' => 'Report Format', - 'values' => array('pdf'=>'PDF', 'csv'=>'CSV', 'label'=>'Label', 'tcpdf_label'=>'TCPDF Label') + 'values' => array('pdf'=>'PDF', 'csv'=>'CSV', 'label'=>'Label'/*, 'tcpdf_label'=>'TCPDF Label'*/) ); $report_options['group_new_page'] = array('desc' => 'Start each new grouping on a new page', 'values' => array('no'=>'No', 'yes'=>'Yes')