summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2011-05-01 19:56:31 +0000
committerivan <ivan>2011-05-01 19:56:31 +0000
commita4436d6dcd4d0d0a7e2f6500d4dd668296ad5f19 (patch)
treec988acb4b2d58247a218f685616a8b0e37a97229
parentae5f793b3bfb3a1e964ec0e7d838baf186dabc78 (diff)
cdr reimporting, RT#12181
-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;