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:
653716c
)
Einkaufsrechnung Historie, Fehler beim Refactoren für ActionBar behoben
author
Jan Büren
<jan@kivitendo.de>
Fri, 30 Apr 2021 12:27:34 +0000
(14:27 +0200)
committer
Jan Büren
<jan@kivitendo.de>
Fri, 30 Apr 2021 12:27:34 +0000
(14:27 +0200)
Der Parameter muss glid ansatt id sein. Ansonsten kommen nie
Ergebnisse beim Aufruf in der Belegmaske
bin/mozilla/ir.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/ir.pl
b/bin/mozilla/ir.pl
index
48ff6c3
..
da168a2
100644
(file)
--- a/
bin/mozilla/ir.pl
+++ b/
bin/mozilla/ir.pl
@@
-349,7
+349,7
@@
sub setup_ir_action_bar {
action => [ t8('more') ],
action => [
t8('History'),
- call => [ 'set_history_window', $::form->{id} * 1, '
id', '
glid' ],
+ call => [ 'set_history_window', $::form->{id} * 1, 'glid' ],
disabled => !$form->{id} ? t8('This invoice has not been posted yet.') : undef,
],
action => [