From: Jan Büren Date: Fri, 30 Apr 2021 12:27:34 +0000 (+0200) Subject: Einkaufsrechnung Historie, Fehler beim Refactoren für ActionBar behoben X-Git-Tag: kivitendo-mebil_0.1-0~9^2~352 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=f737afd4e4732794175ad8c381850fa78959e482;p=kivitendo-erp.git Einkaufsrechnung Historie, Fehler beim Refactoren für ActionBar behoben Der Parameter muss glid ansatt id sein. Ansonsten kommen nie Ergebnisse beim Aufruf in der Belegmaske --- diff --git a/bin/mozilla/ir.pl b/bin/mozilla/ir.pl index 48ff6c3b0..da168a228 100644 --- a/bin/mozilla/ir.pl +++ b/bin/mozilla/ir.pl @@ -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 => [