mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 10:47:00 +00:00 
			
		
		
		
	🤖 Auto commit for release 'develop' on 2025-07-31
This commit is contained in:
		| @@ -244,7 +244,7 @@ class SubscriptionEnrichment implements EnrichmentInterface | ||||
| 
 | ||||
|             // At this point the "next match" is exactly after the last time the bill was paid.
 | ||||
|             $result                                   = []; | ||||
|             $filtered = $set->filter(function (TransactionJournal $journal) use ($subscription) { | ||||
|             $filtered                                 = $set->filter(function (TransactionJournal $journal) use ($subscription) { | ||||
|                 return (int) $journal->bill_id === (int) $subscription->id; | ||||
|             }); | ||||
|             foreach ($filtered as $entry) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user