freeside/httemplate/search report_tax.cgi,1.6,1.7

ivan ivan at pouncequick.420.am
Fri Jun 11 07:25:12 PDT 2004


Update of /home/cvs/cvsroot/freeside/httemplate/search
In directory pouncequick:/tmp/cvs-serv6490/httemplate/search

Modified Files:
	report_tax.cgi 
Log Message:
tax report fix sort

Index: report_tax.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/search/report_tax.cgi,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- report_tax.cgi	11 Jun 2004 13:44:40 -0000	1.6
+++ report_tax.cgi	11 Jun 2004 14:25:05 -0000	1.7
@@ -80,7 +80,7 @@
 
 #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, {




More information about the freeside-commits mailing list