summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorivan <ivan>2007-03-20 22:33:36 +0000
committerivan <ivan>2007-03-20 22:33:36 +0000
commit897c1d233bf00db1c8fa4d1d518d94c3fe02f135 (patch)
treebce733995428cd237991d2e36ff54e0db284bfc8 /FS
parent566e0be48db9b7e6fc549a53c91973f72b195066 (diff)
tyop in manual backport; try 17commit or at least some sort of cvs diff | patch ! :)
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/cust_main.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/cust_main.pm b/FS/FS/cust_main.pm
index bee695121..8c52a7dac 100644
--- a/FS/FS/cust_main.pm
+++ b/FS/FS/cust_main.pm
@@ -4133,7 +4133,7 @@ sub smart_search {
my @cust_main = ();
- my $skup_fuzzy = delete $options{'no_fuzzy_on_exact'};
+ my $skip_fuzzy = delete $options{'no_fuzzy_on_exact'};
my $search = delete $options{'search'};
( my $alphanum_search = $search ) =~ s/\W//g;