diff --git a/app/Support/Import/Routine/Spectre/StageImportDataHandler.php b/app/Support/Import/Routine/Spectre/StageImportDataHandler.php index 4ee001ca45..717b5482da 100644 --- a/app/Support/Import/Routine/Spectre/StageImportDataHandler.php +++ b/app/Support/Import/Routine/Spectre/StageImportDataHandler.php @@ -171,6 +171,9 @@ class StageImportDataHandler $foreignCurrencyCode = $value; Log::debug(sprintf('Foreign currency code is now %s', $value)); break; + case 'time': + // ignore time because it breaks the duplicate detector. + break; default: $notes .= $key . ': ' . $value . ' ' . "\n"; // for newline in Markdown. }