summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2001-09-11 12:10:56 +0000
committerivan <ivan>2001-09-11 12:10:56 +0000
commitb55c616066a2eabf78f2195572d52440e5669a3c (patch)
treee2ab81b21d35e8d2fff4eba66209f2aab75c63f5
parente92e1a168b8fc6f6fcba9fd06f72e88ed9780457 (diff)
fuzzyfix
-rw-r--r--FS/FS/cust_main.pm4
1 files changed, 3 insertions, 1 deletions
diff --git a/FS/FS/cust_main.pm b/FS/FS/cust_main.pm
index 633c6e3da..0b37a351e 100644
--- a/FS/FS/cust_main.pm
+++ b/FS/FS/cust_main.pm
@@ -1623,6 +1623,8 @@ sub all_company {
sub append_fuzzyfiles {
my( $last, $company ) = @_;
+ &check_and_rebuild_fuzzyfiles;
+
use Fcntl qw(:flock);
my $dir = $FS::UID::conf_dir. "cache.". $FS::UID::datasrc;
@@ -1661,7 +1663,7 @@ sub append_fuzzyfiles {
=head1 VERSION
-$Id: cust_main.pm,v 1.31 2001-09-11 03:15:58 ivan Exp $
+$Id: cust_main.pm,v 1.32 2001-09-11 12:10:56 ivan Exp $
=head1 BUGS