projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bdc9bdd
)
Actionbar-Workflow: Einkaufsrechnung als neu speichern
author
Jan Büren
<jan@kivitendo-premium.de>
Sat, 1 Jul 2017 08:30:28 +0000
(10:30 +0200)
committer
Jan 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
patch
|
blob
|
history
diff --git
a/bin/mozilla/ir.pl
b/bin/mozilla/ir.pl
index
c649046
..
e13e31e
100644
(file)
--- 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 => [