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