Revision dcf47a56
Von Thomas Heck vor etwa 11 Jahren hinzugefügt
SL/Controller/CustomerVendor.pm | ||
---|---|---|
170 | 170 |
push(@redirect_params, shipto_id => $self->{shipto}->shipto_id); |
171 | 171 |
} |
172 | 172 |
|
173 |
if ( $self->{note}->id ) { |
|
174 |
push(@redirect_params, note_id => $self->{note}->id); |
|
175 |
} |
|
176 |
|
|
177 | 173 |
$self->redirect_to(@redirect_params); |
178 | 174 |
} |
179 | 175 |
|
Auch abrufbar als: Unified diff
Notiz nach dem Speichern nicht wieder öffnen