[freeside-commits] freeside/httemplate/search cust_main.cgi, 1.85, 1.86
Ivan,,,
ivan at wavetail.420.am
Sun May 22 13:08:39 PDT 2011
- Previous message: [freeside-commits] freeside/httemplate/elements searchbar-cust_bill.html, 1.1, 1.2 searchbar-cust_svc.html, 1.1, 1.2 select-cust-part_pkg.html, 1.4, 1.5 select-month_year.html, 1.4, 1.5 select-otaker.html, 1.1, 1.2 select-payby.html, 1.2, 1.3 tr-cust_svc.html, 1.2, 1.3 tr-input-date-field.html, 1.10, 1.11 tr-password.html, 1.1, 1.2 tr-select-agent.html, 1.9, 1.10 tr-select-cust-part_pkg.html, 1.3, 1.4 tr-select-otaker.html, 1.1, 1.2 tr-select-part_pkg.html, 1.3, 1.4 tr-select-part_referral.html, 1.5, 1.6 tr-select-payby.html, 1.1, 1.2 tr-select-reason.html, 1.10, 1.11
- Next message: [freeside-commits] freeside/httemplate/search cust_main.cgi, 1.83.2.1, 1.83.2.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/cvsroot/freeside/httemplate/search
In directory wavetail.420.am:/tmp/cvs-serv14918
Modified Files:
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.85
retrieving revision 1.86
diff -u -w -d -r1.85 -r1.86
--- cust_main.cgi 21 May 2011 17:58:07 -0000 1.85
+++ cust_main.cgi 22 May 2011 20:08:37 -0000 1.86
@@ -444,7 +444,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/elements searchbar-cust_bill.html, 1.1, 1.2 searchbar-cust_svc.html, 1.1, 1.2 select-cust-part_pkg.html, 1.4, 1.5 select-month_year.html, 1.4, 1.5 select-otaker.html, 1.1, 1.2 select-payby.html, 1.2, 1.3 tr-cust_svc.html, 1.2, 1.3 tr-input-date-field.html, 1.10, 1.11 tr-password.html, 1.1, 1.2 tr-select-agent.html, 1.9, 1.10 tr-select-cust-part_pkg.html, 1.3, 1.4 tr-select-otaker.html, 1.1, 1.2 tr-select-part_pkg.html, 1.3, 1.4 tr-select-part_referral.html, 1.5, 1.6 tr-select-payby.html, 1.1, 1.2 tr-select-reason.html, 1.10, 1.11
- Next message: [freeside-commits] freeside/httemplate/search cust_main.cgi, 1.83.2.1, 1.83.2.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list