projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b38e23
)
Beim CSV-Import im Report auch die Info-Spalten anzeigen.
author
Bernd Bleßmann
<bernd@kivitendo-premium.de>
Fri, 1 Mar 2013 14:47:47 +0000
(15:47 +0100)
committer
Bernd Bleßmann
<bernd@kivitendo-premium.de>
Fri, 1 Mar 2013 14:47:47 +0000
(15:47 +0100)
SL/Controller/CsvImport.pm
patch
|
blob
|
history
diff --git
a/SL/Controller/CsvImport.pm
b/SL/Controller/CsvImport.pm
index
47dd765
..
c509e21
100644
(file)
--- a/
SL/Controller/CsvImport.pm
+++ b/
SL/Controller/CsvImport.pm
@@
-416,7
+416,7
@@
sub save_report {
my (@headers, @info_methods, @raw_methods, @methods);
for my $i (0 .. $#{ $self->info_headers->{headers} }) {
- next unless $self->info_headers->{used}->{ $self->info_headers->{
header
s}->[$i] };
+ next unless $self->info_headers->{used}->{ $self->info_headers->{
method
s}->[$i] };
push @headers, $self->info_headers->{headers}->[$i];
push @info_methods, $self->info_headers->{methods}->[$i];
}