mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-11-04 05:15:39 +00:00 
			
		
		
		
	Different order for recurrences [skip ci]
This commit is contained in:
		@@ -71,7 +71,7 @@ class RecurringRepository implements RecurringRepositoryInterface
 | 
			
		||||
        return $this->user->recurrences()
 | 
			
		||||
                          ->with(['TransactionCurrency', 'TransactionType', 'RecurrenceRepetitions', 'RecurrenceTransactions'])
 | 
			
		||||
                          ->orderBy('active', 'DESC')
 | 
			
		||||
                          ->orderBy('transaction_type_id', 'DESC')
 | 
			
		||||
                          ->orderBy('transaction_type_id', 'ASC')
 | 
			
		||||
                          ->orderBy('title', 'ASC')
 | 
			
		||||
                          ->get();
 | 
			
		||||
    }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user