diff options
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/cust_main.pm | 2 |
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; |