From 8d183681663edcecdc49b9389b3869559b9b180d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bernd=20Ble=C3=9Fmann?= Date: Fri, 9 Jul 2021 15:14:06 +0200 Subject: [PATCH] Bericht Dialogbuchungen: Aktion-Bar-Setup: unbenutzten Parameter num_rows entfernt --- bin/mozilla/gl.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mozilla/gl.pl b/bin/mozilla/gl.pl index 69d3be46e..bf3e43611 100644 --- a/bin/mozilla/gl.pl +++ b/bin/mozilla/gl.pl @@ -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(); -- 2.20.1