[freeside-commits] freeside/httemplate/search cust_main.cgi, 1.83.2.1, 1.83.2.2
Ivan,,,
ivan at wavetail.420.am
Sun May 22 13:09:25 PDT 2011
- Previous message: [freeside-commits] freeside/httemplate/search cust_main.cgi, 1.85, 1.86
- Next message: [freeside-commits] freeside/httemplate/elements dashboard-toplist.html, 1.6, 1.7 error.html, 1.2, 1.3 errorpage.html, 1.4, 1.5 input-date-field.html, 1.2, 1.3 searchbar-cust_main.html, 1.1, 1.2 searchbar-ticket.html, 1.1, 1.2 select-agent.html, 1.9, 1.10 select-part_referral.html, 1.4, 1.5 select-terms.html, 1.5, 1.6 tr-input-money.html, 1.1, 1.2 tr-search-cust_main.html, 1.1, 1.2 tr-select-from_to.html, 1.2, 1.3 tr-select-svc_acct-domain.html, 1.1, 1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/cvsroot/freeside/httemplate/search
In directory wavetail.420.am:/tmp/cvs-serv15023
Modified Files:
Tag: FREESIDE_2_1_BRANCH
cust_main.cgi
Log Message:
scalar all CGI params used in lists
Index: cust_main.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/search/cust_main.cgi,v
retrieving revision 1.83.2.1
retrieving revision 1.83.2.2
diff -u -w -d -r1.83.2.1 -r1.83.2.2
--- cust_main.cgi 4 May 2011 05:44:28 -0000 1.83.2.1
+++ cust_main.cgi 22 May 2011 20:09:23 -0000 1.83.2.2
@@ -212,7 +212,7 @@
% if ( $cgi->param('search_cust') ) {
% $sortby = \*company_sort;
% $orderby = "ORDER BY LOWER(company || ' ' || last || ' ' || first )";
-% push @cust_main, smart_search( 'search' => $cgi->param('search_cust'),
+% push @cust_main, smart_search( 'search' => scalar($cgi->param('search_cust')),
% 'no_fuzzy_on_exact' => 1, #pref?
% );
% }
- Previous message: [freeside-commits] freeside/httemplate/search cust_main.cgi, 1.85, 1.86
- Next message: [freeside-commits] freeside/httemplate/elements dashboard-toplist.html, 1.6, 1.7 error.html, 1.2, 1.3 errorpage.html, 1.4, 1.5 input-date-field.html, 1.2, 1.3 searchbar-cust_main.html, 1.1, 1.2 searchbar-ticket.html, 1.1, 1.2 select-agent.html, 1.9, 1.10 select-part_referral.html, 1.4, 1.5 select-terms.html, 1.5, 1.6 tr-input-money.html, 1.1, 1.2 tr-search-cust_main.html, 1.1, 1.2 tr-select-from_to.html, 1.2, 1.3 tr-select-svc_acct-domain.html, 1.1, 1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list