X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2Fcust_main.pm;h=920f4d413fb0f94df59a1b0365688895b9664518;hp=cc0e83f2341c1efdafc5a91b18afb166c4b2fafe;hb=569f676f4a06512a46120e12edc6a6410e93ff93;hpb=ed0ad0478f55b4adfd1bfd22445dbc02807a5c8a diff --git a/FS/FS/cust_main.pm b/FS/FS/cust_main.pm index cc0e83f23..920f4d413 100644 --- a/FS/FS/cust_main.pm +++ b/FS/FS/cust_main.pm @@ -743,20 +743,6 @@ sub insert { } } - # FS::geocode_Mixin::after_insert or something? - if ( $conf->config('tax_district_method') and !$import ) { - # if anything non-empty, try to look it up - my $queue = new FS::queue { - 'job' => 'FS::geocode_Mixin::process_district_update', - 'custnum' => $self->custnum, - }; - my $error = $queue->insert( ref($self), $self->custnum ); - if ( $error ) { - $dbh->rollback if $oldAutoCommit; - return "queueing tax district update: $error"; - } - } - # cust_main exports! warn " exporting\n" if $DEBUG > 1;