From: ivan Date: Tue, 20 Mar 2007 22:33:36 +0000 (+0000) Subject: tyop in manual backport; try 17commit or at least some sort of cvs diff | patch ... X-Git-Tag: freeside_1_7_3rc1~504 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=897c1d233bf00db1c8fa4d1d518d94c3fe02f135;p=freeside.git tyop in manual backport; try 17commit or at least some sort of cvs diff | patch ! :) --- 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;