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:
5011c47
)
ActionBar: Rechnungsworkflow → Kundenauftrag: richtige Action angeben
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Wed, 10 May 2017 09:15:09 +0000
(11:15 +0200)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Wed, 10 May 2017 09:15:57 +0000
(11:15 +0200)
Die entsprechende Sub in io.pl heißt »order« und nicht »sales_order«.
Behebt #245.
bin/mozilla/is.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/is.pl
b/bin/mozilla/is.pl
index
06cb187
..
2d196cc
100644
(file)
--- a/
bin/mozilla/is.pl
+++ b/
bin/mozilla/is.pl
@@
-331,7
+331,7
@@
sub setup_is_action_bar {
],
action => [
t8('Sales Order'),
- submit => [ '#form', { action => "
sales_
order" } ],
+ submit => [ '#form', { action => "order" } ],
disabled => !$form->{id} ? t8('This invoice has not been posted yet.') : undef,
],
], # end of combobox "Workflow"