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:
d7d43eb
)
ActionBar: Aufruf Historie in Verkaufrechnungen gefixt
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Tue, 17 Jan 2017 15:59:25 +0000
(16:59 +0100)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Tue, 28 Feb 2017 09:44:01 +0000
(10:44 +0100)
bin/mozilla/is.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/is.pl
b/bin/mozilla/is.pl
index
6b958c2
..
6733c66
100644
(file)
--- a/
bin/mozilla/is.pl
+++ b/
bin/mozilla/is.pl
@@
-355,7
+355,7
@@
sub setup_is_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 => [