diff options
| author | ivan <ivan> | 2010-10-21 01:34:52 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2010-10-21 01:34:52 +0000 |
| commit | 2bb7bb059897fd50bcc34586cfd1a9a4d257eb91 (patch) | |
| tree | 334d2cf15a0d532f975032aa3e7e1e6399ec6e1c /httemplate/search/report_cust_main.html | |
| parent | 4b7f3cb825c662837c48fd5a24df0b69bfb48e85 (diff) | |
better address searching: disable fuzzy/substring searches when an exact match is found, work around L:EN:NameParse DrainBramage w/two-letter first names like "Ed", add an address1 search to advanced customer search, RT#10254
Diffstat (limited to 'httemplate/search/report_cust_main.html')
| -rwxr-xr-x | httemplate/search/report_cust_main.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/httemplate/search/report_cust_main.html b/httemplate/search/report_cust_main.html index eb1a66273..5b1b878af 100755 --- a/httemplate/search/report_cust_main.html +++ b/httemplate/search/report_cust_main.html @@ -28,6 +28,11 @@ ) %> + <TR> + <TD ALIGN="right" VALIGN="center">Address</TD> + <TD><INPUT TYPE="text" NAME="address" SIZE=54></TD> + </TR> + % foreach my $field (qw( signupdate )) { <TR> |
