Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 2b89ec97

Von Thomas Kasulke vor etwa 18 Jahren hinzugefügt

  • ID 2b89ec9756dc1d3525b6163fe4cf4f38af83f9d8
  • Vorgänger ebef09a8
  • Nachfolger 4498437e

Historie eingefügt

Unterschiede anzeigen:

bin/mozilla/dn.pl
}
DN->save_config(\%myconfig, \%$form);
# saving the history
if(!exists $form->{addition} && $form->{id} ne "") {
$form->{addition} = "SAVED FOR DUNNING";
$form->save_history($form->dbconnect(\%myconfig));
}
# /saving the history
$form->redirect($locale->text('Dunning Process Config saved!'));
$lxdebug->leave_sub();
......
if($form->{DUNNING_PDFS}) {
DN->melt_pdfs(\%myconfig, \%$form,$spool);
}
# saving the history
if(!exists $form->{addition} && $form->{id} ne "") {
$form->{addition} = "DUNNING STARTED";
$form->save_history($form->dbconnect(\%myconfig));
}
# /saving the history
$form->redirect($locale->text('Dunning Process started for selected invoices!'));
$lxdebug->leave_sub();

Auch abrufbar als: Unified diff