Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 68418313

Von Jan Büren vor mehr als 1 Jahr hinzugefügt

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

Kontoauszug in Dialogbuchung verbuchen, redirect ohne RESTORE_FORM_FROM..

Unterschiede anzeigen:

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