From: Bernd Bleßmann Date: Mon, 13 Sep 2021 12:57:20 +0000 (+0200) Subject: Dialogbuchung: Historie: Der Parameter muss glid ansatt id sein. X-Git-Tag: kivitendo-mebil_0.1-0~10^2~2^2~350 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=09a31d56bf69845d99fb5c620232c024b5a86d2e;p=kivitendo-erp.git Dialogbuchung: Historie: Der Parameter muss glid ansatt id sein. --- 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 => [