freeside/httemplate/search report_tax.cgi,1.5.4.2,1.5.4.3

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


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

Modified Files:
      Tag: FREESIDE_1_4_BRANCH
	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.5.4.2
retrieving revision 1.5.4.3
diff -u -d -r1.5.4.2 -r1.5.4.3
--- report_tax.cgi	11 Jun 2004 13:45:09 -0000	1.5.4.2
+++ report_tax.cgi	11 Jun 2004 14:25:36 -0000	1.5.4.3
@@ -81,7 +81,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