Dialogbuchung: Historie: Der Parameter muss glid ansatt id sein.
[kivitendo-erp.git] / 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 => [