Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 8873a00d

Von Tamino Steinert vor mehr als 1 Jahr hinzugefügt

  • ID 8873a00d8f893db2fc973cf9482034abaf846147
  • Vorgänger 095484d1
  • Nachfolger a33a6af3

DispositionManager: Kein Export des geringen Lagerbestandsanzeige

Unterschiede anzeigen:

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