mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 16:57:09 +00:00
Fix a bug where transfers would be stored reversed (ie. source and destination switched).
This commit is contained in:
@@ -283,6 +283,12 @@ return [
|
||||
'converter' => 'AssetAccountNumber',
|
||||
'mapper' => 'AssetAccounts',
|
||||
],
|
||||
'account-bic' => [
|
||||
'mappable' => false,
|
||||
'pre-process-map' => false,
|
||||
'field' => 'asset-account-bic',
|
||||
'converter' => 'AccountBic',
|
||||
],
|
||||
'opposing-id' => [
|
||||
'mappable' => true,
|
||||
'pre-process-map' => false,
|
||||
@@ -391,6 +397,13 @@ return [
|
||||
'converter' => 'Description',
|
||||
'field' => 'sepa_ci',
|
||||
],
|
||||
// SEPA Batch ID
|
||||
'sepa-batch-id' => [
|
||||
'mappable' => false,
|
||||
'pre-process-map' => false,
|
||||
'converter' => 'Description',
|
||||
'field' => 'sepa_batch',
|
||||
],
|
||||
// Internal reference
|
||||
'internal-reference' => [
|
||||
'mappable' => false,
|
||||
|
Reference in New Issue
Block a user