mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-12-01 04:59:25 -06:00
Referenced the wrong array.
This commit is contained in:
parent
5b83931b01
commit
b96d67a54e
@ -172,7 +172,7 @@ class ImportTransaction
|
||||
'opposing-id' => 'opposingId',
|
||||
];
|
||||
if (isset($mapped[$role])) {
|
||||
$field = $basics[$role];
|
||||
$field = $mapped[$role];
|
||||
$mappedValue = $this->getMappedValue($columnValue);
|
||||
$this->$field = $mappedValue;
|
||||
Log::debug(sprintf('Going to set the %s. Original value is "%s", mapped value is "%s".', $role, $columnValue->getValue(), $mappedValue));
|
||||
|
Loading…
Reference in New Issue
Block a user