From: Bernd Bleßmann Date: Fri, 9 Jul 2021 13:14:06 +0000 (+0200) Subject: Bericht Dialogbuchungen: Aktion-Bar-Setup: unbenutzten Parameter num_rows entfernt X-Git-Tag: kivitendo-mebil_0.1-0~9^2~41 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=8d183681663edcecdc49b9389b3869559b9b180d;p=kivitendo-erp.git Bericht Dialogbuchungen: Aktion-Bar-Setup: unbenutzten Parameter num_rows entfernt --- 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();