From: Jan Büren Date: Sat, 1 Jul 2017 08:30:28 +0000 (+0200) Subject: Actionbar-Workflow: Einkaufsrechnung als neu speichern X-Git-Tag: release-3.5.4~1037 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=9595eb7cb095775baae8a289dbf628ef75b3abed;p=kivitendo-erp.git Actionbar-Workflow: Einkaufsrechnung als neu speichern Fehlender Menüeintrag Workflow ergänzt und als neu speichern für Einkaufsrechnung wieder zu Verfügung gestellt. --- 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 => [