Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 2b89ec97

Von Thomas Kasulke vor mehr als 17 Jahren hinzugefügt

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

Historie eingefügt

Unterschiede anzeigen:

bin/mozilla/dn.pl
552 552
  }
553 553

  
554 554
  DN->save_config(\%myconfig, \%$form);
555
  # saving the history
556
  if(!exists $form->{addition} && $form->{id} ne "") {
557
  	$form->{addition} = "SAVED FOR DUNNING";
558
  	$form->save_history($form->dbconnect(\%myconfig));
559
  }
560
  # /saving the history 
555 561
  $form->redirect($locale->text('Dunning Process Config saved!'));
556 562

  
557 563
  $lxdebug->leave_sub();
......
605 611
  if($form->{DUNNING_PDFS}) {
606 612
    DN->melt_pdfs(\%myconfig, \%$form,$spool);
607 613
  }
608

  
614
  # saving the history
615
  if(!exists $form->{addition} && $form->{id} ne "") {
616
  	$form->{addition} = "DUNNING STARTED";
617
  	$form->save_history($form->dbconnect(\%myconfig));
618
  }
619
  # /saving the history 
609 620
  $form->redirect($locale->text('Dunning Process started for selected invoices!'));
610 621

  
611 622
  $lxdebug->leave_sub();

Auch abrufbar als: Unified diff