mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	Is now capable of updating transactions over the API.
This commit is contained in:
		| @@ -195,8 +195,8 @@ class ImportTransaction | ||||
|             return; | ||||
|         } | ||||
|  | ||||
|         $modifiers = ['rabo-debit-credit', 'ing-debit-credit']; | ||||
|         if (\in_array($role, $modifiers, true)) { | ||||
|         $modifiers = ['generic-debit-credit']; | ||||
|         if (in_array($role, $modifiers, true)) { | ||||
|             $this->modifiers[$role] = $columnValue->getValue(); | ||||
|  | ||||
|             return; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user