Csv-Import: unbenutzte Variable entfernt
authorBernd Bleßmann <bernd@kivitendo-premium.de>
Thu, 2 Feb 2017 22:07:06 +0000 (23:07 +0100)
committerBernd Bleßmann <bernd@kivitendo-premium.de>
Thu, 2 Feb 2017 22:07:06 +0000 (23:07 +0100)
SL/Controller/CsvImport.pm

index 0da6e70..014514d 100644 (file)
@@ -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;