cdr reimporting, RT#12181
authorivan <ivan>
Sun, 1 May 2011 19:56:30 +0000 (19:56 +0000)
committerivan <ivan>
Sun, 1 May 2011 19:56:30 +0000 (19:56 +0000)
bin/cdr.reimport

index 42492b0..1b2f198 100644 (file)
@@ -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;