summaryrefslogtreecommitdiff
path: root/FS/bin/freeside-rbc-upload
diff options
context:
space:
mode:
Diffstat (limited to 'FS/bin/freeside-rbc-upload')
-rwxr-xr-xFS/bin/freeside-rbc-upload4
1 files changed, 4 insertions, 0 deletions
diff --git a/FS/bin/freeside-rbc-upload b/FS/bin/freeside-rbc-upload
index 52501028c..3fff32a67 100755
--- a/FS/bin/freeside-rbc-upload
+++ b/FS/bin/freeside-rbc-upload
@@ -70,6 +70,10 @@ foreach my $pay_batch (@batches) {
debug "Exporting batch $batchnum to $filename\n";
my $text = $pay_batch->export_batch(format => 'RBC');
+ unless ($text) {
+ print STDERR "Batch is empty, resolving..." if $opt_v;
+ next;
+ }
write_file("$tmpdir/$filename", $text);
debug "Uploading $filename...";