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:
30645d2
)
Notiz nach dem Speichern nicht wieder öffnen
author
Thomas Heck
<theck@linet-services.de>
Tue, 29 Oct 2013 12:43:24 +0000
(13:43 +0100)
committer
Thomas Heck
<theck@linet-services.de>
Fri, 8 Nov 2013 13:24:42 +0000
(14:24 +0100)
SL/Controller/CustomerVendor.pm
patch
|
blob
|
history
diff --git
a/SL/Controller/CustomerVendor.pm
b/SL/Controller/CustomerVendor.pm
index
da4b7c9
..
46270bc
100644
(file)
--- a/
SL/Controller/CustomerVendor.pm
+++ b/
SL/Controller/CustomerVendor.pm
@@
-170,10
+170,6
@@
sub action_save {
push(@redirect_params, shipto_id => $self->{shipto}->shipto_id);
}
- if ( $self->{note}->id ) {
- push(@redirect_params, note_id => $self->{note}->id);
- }
-
$self->redirect_to(@redirect_params);
}