This commit is contained in:
James Cole
2020-04-10 10:12:12 +02:00
parent 404f9df6d3
commit 79374c11ee

View File

@@ -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.
}