mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 10:47:00 +00:00 
			
		
		
		
	Referenced the wrong array.
This commit is contained in:
		| @@ -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)); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user