From: G. Richardson Date: Mon, 29 Jun 2015 07:54:00 +0000 (+0200) Subject: Kreditorenbuchung: Stornos korrekt in history speichern X-Git-Tag: release-3.3.0beta~35^2~2 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=c14e14b639e136b59a7e68fc78dbb708bfc5bb4b;p=kivitendo-erp.git Kreditorenbuchung: Stornos korrekt in history speichern invnumber statt ordnumber --- 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; }