Revision 37d373f8
Von Tamino Steinert vor etwa 1 Jahr hinzugefügt
SL/Controller/DispositionManager.pm | ||
---|---|---|
83 | 83 |
controller_class => 'DispositionManager', |
84 | 84 |
output_format => 'HTML', |
85 | 85 |
title => t8($title), |
86 |
allow_pdf_export => 1, |
|
87 |
allow_csv_export => 1, |
|
88 |
no_data_message => !$noshow, |
|
86 |
allow_pdf_export => 0, |
|
87 |
allow_csv_export => 0, |
|
88 |
allow_chart_export => 0, |
|
89 |
no_data_message => !$noshow, |
|
89 | 90 |
); |
90 | 91 |
$report->set_columns(%column_defs); |
91 | 92 |
$report->set_column_order(@columns); |
92 |
$report->set_export_options(qw(list_parts)); |
|
93 |
$report->set_options_from_form; |
|
94 | 93 |
|
95 | 94 |
unless ( $noshow ) { |
96 | 95 |
if ($report->{options}{output_format} =~ /^(pdf|csv)$/i) { |
Auch abrufbar als: Unified diff
DispositionManager: Kein Export des geringen Lagerbestandsanzeige