Actionbar-Workflow: Einkaufsrechnung als neu speichern
authorJan Büren <jan@kivitendo-premium.de>
Sat, 1 Jul 2017 08:30:28 +0000 (10:30 +0200)
committerJan Büren <jan@kivitendo-premium.de>
Sat, 1 Jul 2017 08:30:28 +0000 (10:30 +0200)
Fehlender Menüeintrag Workflow ergänzt und als neu speichern
für Einkaufsrechnung wieder zu Verfügung gestellt.

bin/mozilla/ir.pl

index c649046..e13e31e 100644 (file)
@@ -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 => [