Revision b65a230d
Von Sven Schöling vor fast 15 Jahren hinzugefügt
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
Tabs aus *.pl Dateien entfernt.