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:
3095ec0
)
CustomerVendor: redirect nach Speichern
author
Thomas Heck
<theck@linet-services.de>
Mon, 8 Jul 2013 07:15:58 +0000
(09:15 +0200)
committer
Jan Büren
<jan@kivitendo-premium.de>
Thu, 18 Jul 2013 07:09:04 +0000
(09:09 +0200)
SL/Controller/CustomerVendor.pm
patch
|
blob
|
history
diff --git
a/SL/Controller/CustomerVendor.pm
b/SL/Controller/CustomerVendor.pm
index
8d2f96a
..
a0e7481
100644
(file)
--- a/
SL/Controller/CustomerVendor.pm
+++ b/
SL/Controller/CustomerVendor.pm
@@
-141,7
+141,7
@@
sub action_save {
$self->_save();
- $self->
action_edit(
);
+ $self->
redirect_to(action => 'edit', id => $self->{cv}->id
);
}
sub action_save_and_close {