Revision 68418313
Von Jan Büren vor fast 2 Jahren hinzugefügt
bin/mozilla/gl.pl | ||
---|---|---|
1464 | 1464 |
|
1465 | 1465 |
my $msg = $::locale->text("General ledger transaction '#1' posted (ID: #2)", $form->{reference}, $form->{id}); |
1466 | 1466 |
if ($form->{callback} =~ /BankTransaction/ && $form->{bt_id}) { |
1467 |
$form->redirect($msg);
|
|
1468 |
|
|
1467 |
SL::Helper::Flash::flash_later('info', $msg) if $msg;
|
|
1468 |
print $::form->redirect_header($form->{callback}); |
|
1469 | 1469 |
} elsif ('doc-tab' eq $form->{after_action}) { |
1470 | 1470 |
# Redirect with callback containing a fragment does not work (by now) |
1471 | 1471 |
# because the callback info is stored in the session an parsing the |
Auch abrufbar als: Unified diff
Kontoauszug in Dialogbuchung verbuchen, redirect ohne RESTORE_FORM_FROM..