Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision b65a230d

Von Sven Schöling vor fast 15 Jahren hinzugefügt

  • ID b65a230d60e86d2c18a3ab7222379905aea5ecd7
  • Vorgänger 3cbc223a
  • Nachfolger 7e9a98a0

Tabs aus *.pl Dateien entfernt.

Unterschiede anzeigen:

bin/mozilla/is.pl
907 907

  
908 908
  if (IS->delete_invoice(\%myconfig, \%$form, $main::spool)) {
909 909
    # saving the history
910
  	if(!exists $form->{addition}) {
910
    if(!exists $form->{addition}) {
911 911
    $form->{snumbers} = qq|invnumber_| . $form->{invnumber};
912
  	  $form->{addition} = "DELETED";
913
  	  $form->save_history($form->dbconnect(\%myconfig));
912
      $form->{addition} = "DELETED";
913
      $form->save_history($form->dbconnect(\%myconfig));
914 914
    }
915 915
    # /saving the history
916 916
    $form->redirect($locale->text('Invoice deleted!'));

Auch abrufbar als: Unified diff