]> wagnertech.de Git - mfinanz.git/blobdiff - bin/mozilla/ap.pl
Kreditorenbuchung: Stornos korrekt in history speichern
[mfinanz.git] / bin / mozilla / ap.pl
index 84a2cbdfaf3c3d29c8704f9f51fe7e2681aa29ca..44ad4b3feab262d259cc447dc30413526d2f7df8 100644 (file)
@@ -1028,7 +1028,7 @@ sub storno {
 
   # saving the history
   if(!exists $form->{addition} && $form->{id} ne "") {
-    $form->{snumbers} = "ordnumber_$form->{ordnumber}";
+    $form->{snumbers} = "invnumber_$form->{invnumber}";
     $form->{addition} = "STORNO";
     $form->save_history;
   }