projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cfc18d3
)
Bericht Dialogbuchungen: Aktion-Bar-Setup: unbenutzten Parameter num_rows entfernt
author
Bernd Bleßmann
<bernd@kivitendo-premium.de>
Fri, 9 Jul 2021 13:14:06 +0000
(15:14 +0200)
committer
Bernd Bleßmann
<bernd@kivitendo-premium.de>
Fri, 9 Jul 2021 14:58:22 +0000
(16:58 +0200)
bin/mozilla/gl.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/gl.pl
b/bin/mozilla/gl.pl
index
69d3be4
..
bf3e436
100644
(file)
--- 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();