summaryrefslogtreecommitdiff
path: root/httemplate/pref/pref.html
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2012-08-21 14:15:40 -0700
committerIvan Kohler <ivan@freeside.biz>2012-08-21 14:15:40 -0700
commitfa2326a36a5ce74e8c9dab504c3274688a297c04 (patch)
treebf49bf640e81383ff64fb9df9b12be477d2d6f5a /httemplate/pref/pref.html
parent3c755c5662be8bfe62a646b5e5ea2e2aae3143d8 (diff)
add preference to enable fuzzy searching even on exact matches, RT#18962
Diffstat (limited to 'httemplate/pref/pref.html')
-rw-r--r--httemplate/pref/pref.html9
1 files changed, 8 insertions, 1 deletions
diff --git a/httemplate/pref/pref.html b/httemplate/pref/pref.html
index 9ebf2f1ba..575b8045b 100644
--- a/httemplate/pref/pref.html
+++ b/httemplate/pref/pref.html
@@ -90,7 +90,14 @@ Interface
</SELECT>
</TD>
</TR>
-
+
+ <TR>
+ <TH ALIGN="right" COLSPAN=1>Enable approximate customer searching even when an exact match is found: </TH>
+ <TD ALIGN="left" COLSPAN=2>
+ <INPUT TYPE="checkbox" NAME="enable_fuzzy_on_exact" VALUE="1" <% $curuser->option('enable_fuzzy_on_exact') ? 'CHECKED' : '' %>>
+ </TD>
+ </TR>
+
<TR>
<TH ALIGN="right" COLSPAN=1>Disable HTML editor for customer notes: </TH>
<TD ALIGN="left" COLSPAN=2>