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:
19f44ce
)
Auftragscontroller: nach Löschen Redirect zum Anlegen, nicht zum Bearbeiten
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Thu, 18 Aug 2016 08:31:17 +0000
(10:31 +0200)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Thu, 18 Aug 2016 08:52:14 +0000
(10:52 +0200)
SL/Controller/Order.pm
patch
|
blob
|
history
diff --git
a/SL/Controller/Order.pm
b/SL/Controller/Order.pm
index
8023aa2
..
22a0fd0
100644
(file)
--- a/
SL/Controller/Order.pm
+++ b/
SL/Controller/Order.pm
@@
-93,7
+93,7
@@
sub action_delete {
flash_later('info', $::locale->text('The order has been deleted'));
my @redirect_params = (
- action => '
edit
',
+ action => '
add
',
type => $self->type,
);