mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	Fix #5245
This commit is contained in:
		| @@ -146,7 +146,7 @@ class MassController extends Controller | ||||
|  | ||||
|         // reverse amounts | ||||
|         foreach ($journals as $index => $journal) { | ||||
|             $journals[$index]['amount']         = app('steam')->positive($journal['amount']); | ||||
|             $journals[$index]['amount']         = number_format((float) app('steam')->positive($journal['amount']), $journal['currency_decimal_places']); | ||||
|             $journals[$index]['foreign_amount'] = null === $journal['foreign_amount'] ? | ||||
|                 null : app('steam')->positive($journal['foreign_amount']); | ||||
|         } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user