From c14e14b639e136b59a7e68fc78dbb708bfc5bb4b Mon Sep 17 00:00:00 2001 From: "G. Richardson" Date: Mon, 29 Jun 2015 09:54:00 +0200 Subject: [PATCH] Kreditorenbuchung: Stornos korrekt in history speichern invnumber statt ordnumber --- bin/mozilla/ap.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mozilla/ap.pl b/bin/mozilla/ap.pl index 84a2cbdfa..44ad4b3fe 100644 --- a/bin/mozilla/ap.pl +++ b/bin/mozilla/ap.pl @@ -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; } -- 2.20.1