mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-11-03 20:55:05 +00:00 
			
		
		
		
	More PHP8.4 updates
This commit is contained in:
		@@ -262,7 +262,7 @@ class TransactionGroupRepository implements TransactionGroupRepositoryInterface,
 | 
			
		||||
        if (null === $transaction->foreign_amount || '' === $transaction->foreign_amount) {
 | 
			
		||||
            return '';
 | 
			
		||||
        }
 | 
			
		||||
        if (0 === bccomp('0', $transaction->foreign_amount)) {
 | 
			
		||||
        if (0 === bccomp('0', (string) $transaction->foreign_amount)) {
 | 
			
		||||
            return '';
 | 
			
		||||
        }
 | 
			
		||||
        $currency    = $transaction->foreignCurrency;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user