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:
38fcf5b
)
Csv-Import: unbenutzte Variable entfernt
author
Bernd Bleßmann
<bernd@kivitendo-premium.de>
Thu, 2 Feb 2017 22:07:06 +0000
(23:07 +0100)
committer
Bernd Bleßmann
<bernd@kivitendo-premium.de>
Thu, 2 Feb 2017 22:07:06 +0000
(23:07 +0100)
SL/Controller/CsvImport.pm
patch
|
blob
|
history
diff --git
a/SL/Controller/CsvImport.pm
b/SL/Controller/CsvImport.pm
index
0da6e70
..
014514d
100644
(file)
--- a/
SL/Controller/CsvImport.pm
+++ b/
SL/Controller/CsvImport.pm
@@
-163,7
+163,6
@@
sub action_report {
}
my $num_rows = $self->{report}->numrows;
- my $num_cols = SL::DB::Manager::CsvImportReportRow->get_all_count(query => [ csv_import_report_id => $report_id, row => 0 ]);
# manual paginating, yuck
my $page = $::form->{page} || 1;