From d7a9612ceb26696605af20e18407d4554921f0c0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Tue, 10 Jan 2012 18:41:10 +0100 Subject: [PATCH] Ustva Amtwahl - strict Fehler --- bin/mozilla/ustva.pl | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/bin/mozilla/ustva.pl b/bin/mozilla/ustva.pl index a3c464211..61ed2962d 100644 --- a/bin/mozilla/ustva.pl +++ b/bin/mozilla/ustva.pl @@ -1222,11 +1222,7 @@ sub config_step2 { create_steuernummer(); # rebuild elster_amt - my $amt = ''; - foreach $amt (keys %{ $elster_init{ $form->{elsterland} } }) { - $elster_amt = $amt - if ($elster_init{ $form->{elsterland}{$amt} eq $form->{elsterFFFF} }); - } + my $amt = $elster_init{$elsterFFFF}; # load the predefined hash data into the FA_* Vars my @variables = qw(FA_Name FA_Strasse FA_PLZ FA_Ort -- 2.20.1