mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	Merge branch 'develop' of github.com:firefly-iii/firefly-iii into develop
This commit is contained in:
		| @@ -246,7 +246,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