summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorivan <ivan>2004-06-11 14:25:05 +0000
committerivan <ivan>2004-06-11 14:25:05 +0000
commit1b0d5782e4cc1cfb6f3f75bb8d0a9b4c13749986 (patch)
tree882dfe7fdf9128456e4657c36abedb1e272af133 /httemplate
parent99562bdf759632d98296642428dca5578e678b34 (diff)
tax report fix sort
Diffstat (limited to 'httemplate')
-rwxr-xr-xhttemplate/search/report_tax.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/report_tax.cgi b/httemplate/search/report_tax.cgi
index 08b6d0796..ed7f9ffb8 100755
--- a/httemplate/search/report_tax.cgi
+++ b/httemplate/search/report_tax.cgi
@@ -80,7 +80,7 @@ foreach my $r ( qsearch('cust_main_county', {}) ) {
#ordering
my @regions = map $regions{$_},
- sort { ( $b eq $out cmp $a eq $out ) || ( $a cmp $b ) }
+ sort { ( ($b eq $out) cmp ($a eq $out) ) || ($a cmp $b) }
keys %regions;
push @regions, {