From d30acf2ea17ee07f4ce1e4adb5818d786f6a2a26 Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 5 Feb 2007 15:02:22 +0000 Subject: [PATCH] remove refactored code --- FS/FS/pay_batch.pm | 5 ----- 1 file changed, 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 -- 2.11.0