mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Fix for #2128
This commit is contained in:
@@ -145,7 +145,7 @@ class ImportDataHandler
|
||||
}
|
||||
|
||||
$destinationData = [
|
||||
'name' => $transaction['payee_name'],
|
||||
'name' => str_replace('Transfer: ', '', $transaction['payee_name']),
|
||||
'iban' => null,
|
||||
'number' => $transaction['payee_id'],
|
||||
'bic' => null,
|
||||
|
Reference in New Issue
Block a user