summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bin/cdr.reimport2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/cdr.reimport b/bin/cdr.reimport
index 42492b0ee..1b2f198d6 100644
--- a/bin/cdr.reimport
+++ b/bin/cdr.reimport
@@ -51,7 +51,7 @@ my $cb = sub {
my $error = FS::cdr::batch_import( {
'file' => $file,
'format' => $format,
- 'batch_namevalue' => $file,
+ 'batch_namevalue' => $file."-REIMPORT$$",
'preinsert_callback' => $cb,
} );
die $error if $error;