From 09a31d56bf69845d99fb5c620232c024b5a86d2e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bernd=20Ble=C3=9Fmann?= Date: Mon, 13 Sep 2021 14:57:20 +0200 Subject: [PATCH] Dialogbuchung: Historie: Der Parameter muss glid ansatt id sein. --- bin/mozilla/gl.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mozilla/gl.pl b/bin/mozilla/gl.pl index e574ea1ab..0d39d47ea 100644 --- a/bin/mozilla/gl.pl +++ b/bin/mozilla/gl.pl @@ -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 => [ -- 2.20.1