Einkaufsrechnung Historie, Fehler beim Refactoren für ActionBar behoben
authorJan Büren <jan@kivitendo.de>
Fri, 30 Apr 2021 12:27:34 +0000 (14:27 +0200)
committerJan 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

index 48ff6c3..da168a2 100644 (file)
@@ -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 => [