mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 01:42:32 +00:00
Some more last-minute fixes.
This commit is contained in:
@@ -459,8 +459,9 @@ class ImportArrayStorage
|
||||
|
||||
// compare date:
|
||||
$transferDate = $transfer['date']->format('Y-m-d H:i:s');
|
||||
Log::debug(sprintf('Comparing dates "%s" to "%s"', $transaction['date'], $transferDate));
|
||||
if ($transaction['date'] !== $transferDate) {
|
||||
$transactionDate = $transaction['date']->format('Y-m-d H:i:s');
|
||||
Log::debug(sprintf('Comparing dates "%s" to "%s"', $transactionDate, $transferDate));
|
||||
if ($transactionDate !== $transferDate) {
|
||||
Log::debug('Date is not a match, continue with next transfer.');
|
||||
continue; // @codeCoverageIgnore
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user