mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Unset transaction source so the duplicate detector keeps working.
This commit is contained in:
parent
b855c54e81
commit
4ef663669c
@ -190,7 +190,7 @@ class ImportArrayStorage
|
|||||||
*/
|
*/
|
||||||
private function getHash(array $transaction): string
|
private function getHash(array $transaction): string
|
||||||
{
|
{
|
||||||
unset($transaction['importHashV2']);
|
unset($transaction['importHashV2'], $transaction['original-source']);
|
||||||
$json = json_encode($transaction);
|
$json = json_encode($transaction);
|
||||||
if (false === $json) {
|
if (false === $json) {
|
||||||
/** @noinspection ForgottenDebugOutputInspection */
|
/** @noinspection ForgottenDebugOutputInspection */
|
||||||
|
Loading…
Reference in New Issue
Block a user