mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 18:54:58 +00:00 
			
		
		
		
	Forgot to push this part of the fix for #1615
This commit is contained in:
		| @@ -264,7 +264,7 @@ | ||||
|                                                    value="{{ transaction.foreign_currency_id }}"> | ||||
|                                         {% endif %} | ||||
|                                         <input type="hidden" name="transactions[{{ loop.index0 }}][transaction_currency_id]" | ||||
|                                                value="{{ transaction.transaction_currency_id }}"> | ||||
|                                                value="{{ transaction.currency_id }}"> | ||||
|                                     </div> | ||||
|                                     {# budget #} | ||||
|                                     {% if preFilled.what == 'withdrawal' %} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user