Revision 495888c2
Von Safwan Shakhy vor etwa 1 Jahr hinzugefügt
SL/Controller/DeliveryValueReport.pm | ||
---|---|---|
66 | 66 |
my $vc = $self->vc; |
67 | 67 |
my $report = SL::ReportGenerator->new(\%::myconfig, $::form); |
68 | 68 |
my $csv_option = $::form->{report_generator_output_format}; |
69 |
$report->{title} = t8('Delivery Value Report'); |
|
69 | 70 |
$self->{report} = $report; |
70 | 71 |
|
71 | 72 |
my @columns = qw(reqdate customer vendor ordnumber partnumber description unit qty netto_qty |
Auch abrufbar als: Unified diff
Tab Titel bei fehlenden gesetzt