Bericht Dialogbuchungen: Aktion-Bar-Setup: unbenutzten Parameter num_rows entfernt
authorBernd Bleßmann <bernd@kivitendo-premium.de>
Fri, 9 Jul 2021 13:14:06 +0000 (15:14 +0200)
committerBernd Bleßmann <bernd@kivitendo-premium.de>
Fri, 9 Jul 2021 14:58:22 +0000 (16:58 +0200)
bin/mozilla/gl.pl

index 69d3be4..bf3e436 100644 (file)
@@ -643,7 +643,7 @@ sub generate_report {
 
   $report->set_options('raw_bottom_info_text' => $raw_bottom_info_text);
 
-  setup_gl_transactions_action_bar(num_rows => scalar(@{$form->{GL}}));
+  setup_gl_transactions_action_bar();
 
   $report->generate_with_headers();