Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 495888c2

Von Safwan Shakhy vor mehr als 1 Jahr hinzugefügt

  • ID 495888c2356a97d1803a3d0df4931fd9bb42bd5c
  • Vorgänger 7d6502d6
  • Nachfolger 45b303c7

Tab Titel bei fehlenden gesetzt

Unterschiede anzeigen:

SL/Controller/Reclamation.pm
}
sub prepare_report {
my ($self) = @_;
my ($self) = @_;
my $report = SL::ReportGenerator->new(\%::myconfig, $::form);
my $report = SL::ReportGenerator->new(\%::myconfig, $::form);
$report->{title} = t8('Sales Reclamations');
if ($self->type eq purchase_reclamation_type()){
$report->{title} = t8('Purchase Reclamations');
}
$self->models->disable_plugin('paginated') if $report->{options}{output_format} =~ /^(pdf|csv)$/i;
$self->models->add_additional_url_params(type => $self->type);

Auch abrufbar als: Unified diff