Link zur UStVA-Konfiguration gefixt: Anführungszeichen innerhalb von Anführungszeiche...
authorMoritz Bunkus <m.bunkus@linet-services.de>
Mon, 4 May 2009 12:49:41 +0000 (12:49 +0000)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Mon, 4 May 2009 12:49:41 +0000 (12:49 +0000)
bin/mozilla/ustva.pl

index 1f69c0a..6eaaaba 100644 (file)
@@ -142,11 +142,7 @@ sub report {
   $form->{co_fax}   = $form->{fax}   unless $form->{co_fax};
   $form->{co_url}   = $form->{urlx}  unless $form->{co_url};
 
-  my $taxnumber_given = ($form->{steuernummer} ne '')
-    ? qq|$form->{steuernummer}|
-    : qq|<a href="ustva.pl?action="config_step1"|
-      . qq|&level=Programm--Finanzamteinstellungen">Keine Steuernummer hinterlegt!|
-      . qq|</a><br>|;
+  my $taxnumber_given = ($form->{steuernummer} ne '') ? $form->{steuernummer} : qq|<a href="ustva.pl?action=config_step1">Keine Steuernummer hinterlegt!</a><br>|;
 
   my $ustva_vorauswahl = &ustva_vorauswahl();