projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
833f083
)
Whitespace entfernt
author
Jan Büren
<jan@kivitendo-premium.de>
Tue, 30 Sep 2014 09:34:04 +0000
(11:34 +0200)
committer
Jan Büren
<jan@kivitendo-premium.de>
Tue, 30 Sep 2014 09:34:04 +0000
(11:34 +0200)
SL/Form.pm
patch
|
blob
|
history
diff --git
a/SL/Form.pm
b/SL/Form.pm
index
7cbf60f
..
f91d97b
100644
(file)
--- 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|;