Revision 8004e6a1
Von Bernd Bleßmann vor mehr als 11 Jahren hinzugefügt
SL/Controller/CsvImport.pm | ||
---|---|---|
416 | 416 |
my (@headers, @info_methods, @raw_methods, @methods); |
417 | 417 |
|
418 | 418 |
for my $i (0 .. $#{ $self->info_headers->{headers} }) { |
419 |
next unless $self->info_headers->{used}->{ $self->info_headers->{headers}->[$i] };
|
|
419 |
next unless $self->info_headers->{used}->{ $self->info_headers->{methods}->[$i] };
|
|
420 | 420 |
push @headers, $self->info_headers->{headers}->[$i]; |
421 | 421 |
push @info_methods, $self->info_headers->{methods}->[$i]; |
422 | 422 |
} |
Auch abrufbar als: Unified diff
Beim CSV-Import im Report auch die Info-Spalten anzeigen.