From: G. Richardson Date: Tue, 3 Feb 2015 06:57:37 +0000 (+0100) Subject: Debitorenbuchungsstornos in history_erp X-Git-Tag: release-3.2.0~59 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=71b8b51469ed9cb1da0c87e8d4de07e7dfe30589;p=kivitendo-erp.git Debitorenbuchungsstornos in history_erp richtig protokollieren, mit invnumber statt ordnumber --- diff --git a/bin/mozilla/ar.pl b/bin/mozilla/ar.pl index a7a93de55..2960001fc 100644 --- a/bin/mozilla/ar.pl +++ b/bin/mozilla/ar.pl @@ -1099,7 +1099,7 @@ sub storno { # saving the history if(!exists $form->{addition} && $form->{id} ne "") { - $form->{snumbers} = "ordnumber_$form->{ordnumber}"; + $form->{snumbers} = qq|invnumber_| . $form->{invnumber}; $form->{addition} = "STORNO"; $form->save_history; }