]> wagnertech.de Git - kivitendo-erp.git/commitdiff
Gleich zwei Fehler im Index führten dazu, dass der Code in check_form() dachte, die...
authorMoritz Bunkus <m.bunkus@linet-services.de>
Fri, 12 Jun 2009 13:08:51 +0000 (13:08 +0000)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Fri, 12 Jun 2009 13:08:51 +0000 (13:08 +0000)
bin/mozilla/oe.pl

index b1845ab199924919fd7369aa070a10f438c2127e..ae5600b48ef83ce204e4ff7cd2bc1029e1d7d339 100644 (file)
@@ -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"}|
   }