From f737afd4e4732794175ad8c381850fa78959e482 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20B=C3=BCren?= Date: Fri, 30 Apr 2021 14:27:34 +0200 Subject: [PATCH] =?utf8?q?Einkaufsrechnung=20Historie,=20Fehler=20beim=20R?= =?utf8?q?efactoren=20f=C3=BCr=20ActionBar=20behoben?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Der Parameter muss glid ansatt id sein. Ansonsten kommen nie Ergebnisse beim Aufruf in der Belegmaske --- bin/mozilla/ir.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 => [ -- 2.20.1