mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-16 17:33:45 +00:00
Fix for #3248
This commit is contained in:
@@ -171,6 +171,9 @@ class StageImportDataHandler
|
|||||||
$foreignCurrencyCode = $value;
|
$foreignCurrencyCode = $value;
|
||||||
Log::debug(sprintf('Foreign currency code is now %s', $value));
|
Log::debug(sprintf('Foreign currency code is now %s', $value));
|
||||||
break;
|
break;
|
||||||
|
case 'time':
|
||||||
|
// ignore time because it breaks the duplicate detector.
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
$notes .= $key . ': ' . $value . ' ' . "\n"; // for newline in Markdown.
|
$notes .= $key . ': ' . $value . ' ' . "\n"; // for newline in Markdown.
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user