Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 39bdd9e0

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

  • ID 39bdd9e00b88bd6a32276b1a25dfb158a6f382c2
  • Vorgänger fc1e67b4
  • Nachfolger b5144730

Prüfung ob nach einer Buchung noch ein Beleg erfasst werden soll

Unterschiede anzeigen:

bin/mozilla/ar.pl
817 817
  }
818 818
  # /saving the history
819 819

  
820
  if ($::instance_conf->get_ar_add_doc && $::instance_conf->get_doc_storage) {
821
    my $add_doc_url = build_std_url("script=ar.pl", 'action=edit', 'id=' . E($form->{id}));
822
    print $form->redirect_header($add_doc_url);
823
  }
820 824
  $form->redirect($locale->text('AR transaction posted.') . ' ' . $locale->text('ID') . ': ' . $form->{id}) unless $inline;
821 825

  
822 826
  $main::lxdebug->leave_sub();

Auch abrufbar als: Unified diff