From 9595eb7cb095775baae8a289dbf628ef75b3abed Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20B=C3=BCren?= Date: Sat, 1 Jul 2017 10:30:28 +0200 Subject: [PATCH] Actionbar-Workflow: Einkaufsrechnung als neu speichern MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Fehlender Menüeintrag Workflow ergänzt und als neu speichern für Einkaufsrechnung wieder zu Verfügung gestellt. --- bin/mozilla/ir.pl | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/bin/mozilla/ir.pl b/bin/mozilla/ir.pl index c649046a8..e13e31e33 100644 --- a/bin/mozilla/ir.pl +++ b/bin/mozilla/ir.pl @@ -273,6 +273,15 @@ sub setup_ir_action_bar { 'separator', + combobox => [ + action => [ t8('Workflow') ], + action => [ + t8('Use As New'), + submit => [ '#form', { action => "use_as_new" } ], + disabled => !$form->{id} ? t8('This invoice has not been posted yet.') : undef, + ], + ], # end of combobox "Workflow" + combobox => [ action => [ t8('more') ], action => [ -- 2.20.1