Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 68418313

Von Jan Büren vor mehr als 2 Jahren hinzugefügt

  • ID 684183130baebc993902b80d4ea7afd3f669d504
  • Vorgänger 374c9879
  • Nachfolger 9ef29797

Kontoauszug in Dialogbuchung verbuchen, redirect ohne RESTORE_FORM_FROM..

Unterschiede anzeigen:

bin/mozilla/gl.pl
my $msg = $::locale->text("General ledger transaction '#1' posted (ID: #2)", $form->{reference}, $form->{id});
if ($form->{callback} =~ /BankTransaction/ && $form->{bt_id}) {
$form->redirect($msg);
SL::Helper::Flash::flash_later('info', $msg) if $msg;
print $::form->redirect_header($form->{callback});
} elsif ('doc-tab' eq $form->{after_action}) {
# Redirect with callback containing a fragment does not work (by now)
# because the callback info is stored in the session an parsing the

Auch abrufbar als: Unified diff