mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	First attempt to fix #7589
This commit is contained in:
		| @@ -271,6 +271,7 @@ class RecurrenceTransformer extends AbstractTransformer | ||||
|                 $foreignAmount = app('steam')->bcround($transaction->foreign_amount, $foreignCurrencyDp); | ||||
|             } | ||||
|             $transactionArray = [ | ||||
|                 'id'                              => (string)$transaction->id, | ||||
|                 'currency_id'                     => (string)$transaction->transaction_currency_id, | ||||
|                 'currency_code'                   => $transaction->transactionCurrency->code, | ||||
|                 'currency_symbol'                 => $transaction->transactionCurrency->symbol, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user