Dialogbuchung: Historie: Der Parameter muss glid ansatt id sein.
authorBernd Bleßmann <bernd@kivitendo-premium.de>
Mon, 13 Sep 2021 12:57:20 +0000 (14:57 +0200)
committerBernd Bleßmann <bernd@kivitendo-premium.de>
Wed, 15 Sep 2021 11:17:34 +0000 (13:17 +0200)
bin/mozilla/gl.pl

index e574ea1..0d39d47 100644 (file)
@@ -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, 'glid' ],
           disabled => !$form->{id} ? t8('This invoice has not been posted yet.') : undef,
         ],
         action => [