mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-14 08:11:20 +00:00
Unset transaction source so the duplicate detector keeps working.
This commit is contained in:
@@ -190,7 +190,7 @@ class ImportArrayStorage
|
||||
*/
|
||||
private function getHash(array $transaction): string
|
||||
{
|
||||
unset($transaction['importHashV2']);
|
||||
unset($transaction['importHashV2'], $transaction['original-source']);
|
||||
$json = json_encode($transaction);
|
||||
if (false === $json) {
|
||||
/** @noinspection ForgottenDebugOutputInspection */
|
||||
|
Reference in New Issue
Block a user