journalAccountNamesUsed should be sorted
This commit is contained in:
		
							parent
							
								
									a62c51eff6
								
							
						
					
					
						commit
						2aedd32690
					
				| @ -109,7 +109,7 @@ journalPostings :: Journal -> [Posting] | ||||
| journalPostings = concatMap tpostings . jtxns | ||||
| 
 | ||||
| journalAccountNamesUsed :: Journal -> [AccountName] | ||||
| journalAccountNamesUsed = accountNamesFromPostings . journalPostings | ||||
| journalAccountNamesUsed = sort . accountNamesFromPostings . journalPostings | ||||
| 
 | ||||
| journalAccountNames :: Journal -> [AccountName] | ||||
| journalAccountNames = sort . expandAccountNames . journalAccountNamesUsed | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user