]> wagnertech.de Git - mfinanz.git/blobdiff - bin/mozilla/io.pl
history_search auf Buchungsnummern etcpp angepasst, so dass man auch gelöschte Daten...
[mfinanz.git] / bin / mozilla / io.pl
index 9518e82c387107437c67d2b0ff9d08117d8c65a9..d85c367c2dcdaf6ec256744ed1108b20d83c17fb 100644 (file)
@@ -1716,6 +1716,7 @@ sub print_form {
       call_sub($display_form);
       # saving the history
          if(!exists $form->{addition}) {
+        $form->{snumber} = qq|ordnumber_| . $form->{ordnumber}; 
            $form->{addition} = "PRINTED";
            $form->save_history($form->dbconnect(\%myconfig));
       }
@@ -1908,6 +1909,7 @@ sub print_form {
 
 # saving the history
   if(!exists $form->{addition}) {
+    $form->{snumber} = qq|ordnumber_| . $form->{ordnumber};
     if($form->{media} =~ /printer/) {
        $form->{addition} = "PRINTED";
     }