mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	Add transfer type
This commit is contained in:
		| @@ -266,6 +266,12 @@ | ||||
|                             {% else %} | ||||
|                                 {{ formatAmountBySymbol(transaction.source_balance_after, transaction.currency_symbol, transaction.currency_decimal_places) }} | ||||
|                             {% endif %} | ||||
|                         {% elseif transaction.transaction_type_type == 'Transfer' %} | ||||
|                             {% if account.id == transaction.source_account_id %} | ||||
|                                 {{ formatAmountBySymbol(transaction.source_balance_after, transaction.currency_symbol, transaction.currency_decimal_places) }} | ||||
|                             {% else %} | ||||
|                                 {{ formatAmountBySymbol(transaction.destination_balance_after, transaction.currency_symbol, transaction.currency_decimal_places) }} | ||||
|                             {% endif %} | ||||
|                         {% else %} | ||||
|                               | ||||
|                         {% endif %} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user