Csv-Import: unbenutzte Variable entfernt
[kivitendo-erp.git] / 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;