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:
bc25d88
)
Dialogbuchung: Historie: Der Parameter muss glid ansatt id sein.
author
Bernd Bleßmann
<bernd@kivitendo-premium.de>
Mon, 13 Sep 2021 12:57:20 +0000
(14:57 +0200)
committer
Bernd Bleßmann
<bernd@kivitendo-premium.de>
Wed, 15 Sep 2021 11:17:34 +0000
(13:17 +0200)
bin/mozilla/gl.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/gl.pl
b/bin/mozilla/gl.pl
index
e574ea1
..
0d39d47
100644
(file)
--- a/
bin/mozilla/gl.pl
+++ b/
bin/mozilla/gl.pl
@@
-1036,7
+1036,7
@@
sub setup_gl_action_bar {
action => [ t8('more') ],
action => [
t8('History'),
- call => [ 'set_history_window', $form->{id} * 1, 'id' ],
+ call => [ 'set_history_window', $form->{id} * 1, '
gl
id' ],
disabled => !$form->{id} ? t8('This invoice has not been posted yet.') : undef,
],
action => [