X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/25160f38f3485069e768f84e7fa7d2adec8415bb..a0f6a00c1db8152633841777a95f5420b56b42ee:/bin/mozilla/pe.pl diff --git a/bin/mozilla/pe.pl b/bin/mozilla/pe.pl index 0a715600e..54eba9941 100644 --- a/bin/mozilla/pe.pl +++ b/bin/mozilla/pe.pl @@ -467,6 +467,7 @@ sub save { } # saving the history if(!exists $form->{addition} && $form->{id} ne "") { + $form->{snumber} = qq|projectnumber_| . $form->{projectnumber}; $form->{addition} = "SAVED"; $form->save_history($form->dbconnect(\%myconfig)); } @@ -491,6 +492,7 @@ sub delete { } # saving the history if(!exists $form->{addition}) { + $form->{snumber} = qq|projectnumber_| . $form->{projectnumber}; $form->{addition} = "DELETED"; $form->save_history($form->dbconnect(\%myconfig)); }