Revision 177cb111
Von Moritz Bunkus vor fast 8 Jahren hinzugefügt
bin/mozilla/is.pl | ||
---|---|---|
841 | 841 |
if (!$form->{no_redirect_after_post}) { |
842 | 842 |
$form->{action} = 'edit'; |
843 | 843 |
$form->{script} = 'is.pl'; |
844 |
$form->{saved_message} = $form->{label} . " $form->{invnumber} " . $locale->text('posted!'); |
|
845 | 844 |
$form->{callback} = build_std_url(qw(action edit id callback saved_message)); |
846 |
$form->redirect; |
|
845 |
$form->redirect($form->{label} . " $form->{invnumber} " . $locale->text('posted!'));
|
|
847 | 846 |
} |
848 | 847 |
|
849 | 848 |
$main::lxdebug->leave_sub(); |
Auch abrufbar als: Unified diff
Verkaufsrechnung: »…gebucht«-Nachricht als Flash anzeigen