From: Moritz Bunkus Date: Fri, 12 Jun 2009 13:08:51 +0000 (+0000) Subject: Gleich zwei Fehler im Index führten dazu, dass der Code in check_form() dachte, die... X-Git-Tag: release-2.6.1beta1~403 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=ea84a15a3674ac95d9002eae9c77bacf392a8af0;p=kivitendo-erp.git Gleich zwei Fehler im Index führten dazu, dass der Code in check_form() dachte, die Kundeninformationen hätten sich geändert. --- diff --git a/bin/mozilla/oe.pl b/bin/mozilla/oe.pl index b1845ab19..ae5600b48 100644 --- a/bin/mozilla/oe.pl +++ b/bin/mozilla/oe.pl @@ -238,7 +238,7 @@ sub order_links { $form->{"old$form->{vc}"} = $form->{$form->{vc}}; - if ($form->{"old$form->{vc}"} !~ m/--\d+$/ && $form->{"$form->{vc_}id}"}) { + if ($form->{"old$form->{vc}"} !~ m/--\d+$/ && $form->{"$form->{vc}_id"}) { $form->{"old$form->{vc}"} .= qq|--$form->{"$form->{vc}_id"}| }