freeside/httemplate/search cust_main.cgi,1.43,1.44
ivan
ivan at pouncequick.420.am
Thu Dec 2 02:18:37 PST 2004
Update of /home/cvs/cvsroot/freeside/httemplate/search
In directory pouncequick:/tmp/cvs-serv25343/httemplate/search
Modified Files:
cust_main.cgi
Log Message:
fix license boilerplate and search sorting
Index: cust_main.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/search/cust_main.cgi,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- cust_main.cgi 2 Dec 2004 09:59:48 -0000 1.43
+++ cust_main.cgi 2 Dec 2004 10:18:34 -0000 1.44
@@ -451,7 +451,7 @@
}
sub tickets_sort {
- $a->getfield('tickets') <=> $b->getfield('tickets');
+ $b->getfield('tickets') <=> $a->getfield('tickets');
}
sub custnumsearch {
More information about the freeside-commits
mailing list