diff options
Diffstat (limited to 'FS')
| -rw-r--r-- | FS/FS/pay_batch.pm | 5 | 
1 files changed, 0 insertions, 5 deletions
diff --git a/FS/FS/pay_batch.pm b/FS/FS/pay_batch.pm index 069105a4e..6e15b272c 100644 --- a/FS/FS/pay_batch.pm +++ b/FS/FS/pay_batch.pm @@ -359,11 +359,6 @@ sub import_results {    };    my $error = $self->set_status('R'); - -  my $newbatch = new FS::pay_batch { $self->hash }; -  $newbatch->status('R');   # Resolved -  $newbatch->upload(time); -  my $error = $newbatch->replace($self);    if ( $error ) {      $dbh->rollback if $oldAutoCommit;      return $error  | 
