X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fcust_main.pm;h=d42bd813b494e644e61bb0793bc65ddffae7ad06;hb=9f179ee5fc7fc07a3f5e03ad1ad58cd3cadf1a56;hp=afc21a97fdc6dd605485133b005ebdaa5664464f;hpb=67afbc5ac97546dc9ce9163a5ff6596a9a5213be;p=freeside.git diff --git a/FS/FS/cust_main.pm b/FS/FS/cust_main.pm index afc21a97f..d42bd813b 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;