mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	Fix #10819
This commit is contained in:
		| @@ -126,7 +126,7 @@ class PiggyBankEnrichment implements EnrichmentInterface | ||||
|                     'pc_current_amount' => '0', | ||||
|                 ]; | ||||
|             } | ||||
|             $this->amounts[$id][$accountId]['current_amount'] = bcadd($this->amounts[$id][$accountId]['current_amount'], $item->current_amount); | ||||
|             $this->amounts[$id][$accountId]['current_amount'] = bcadd($this->amounts[$id][$accountId]['current_amount'], (string) $item->current_amount); | ||||
|             if (null !== $this->amounts[$id][$accountId]['pc_current_amount'] && null !== $item->native_current_amount) { | ||||
|                 $this->amounts[$id][$accountId]['pc_current_amount'] = bcadd($this->amounts[$id][$accountId]['pc_current_amount'], $item->native_current_amount); | ||||
|             } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user