From: Jan Büren Date: Tue, 30 Sep 2014 09:34:04 +0000 (+0200) Subject: Whitespace entfernt X-Git-Tag: release-3.2.0beta~302 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=3171c37870f8d169128b81f35d9a597c03322f00;p=kivitendo-erp.git Whitespace entfernt --- diff --git a/SL/Form.pm b/SL/Form.pm index 7cbf60f8c..f91d97bdd 100644 --- a/SL/Form.pm +++ b/SL/Form.pm @@ -2159,7 +2159,7 @@ sub _get_taxzones { $key = "all_taxzones" unless ($key); my $tzfilter = ""; - $tzfilter = "WHERE obsolete is FALSE" if $key eq 'ALL_ACTIVE_TAXZONES'; + $tzfilter = "WHERE obsolete is FALSE" if $key eq 'ALL_ACTIVE_TAXZONES'; my $query = qq|SELECT * FROM tax_zones $tzfilter ORDER BY sortkey|;