This reverts commit 29183e7ddd.
			
			
This commit is contained in:
		
							parent
							
								
									29183e7ddd
								
							
						
					
					
						commit
						7dfb424f3f
					
				| @ -60,11 +60,8 @@ printEntries opts@CliOpts{reportopts_=ropts} j = do | ||||
|         _     -> (entriesReportAsText,                      ropts) | ||||
|   writeOutput opts $ render $ entriesReport ropts' q j | ||||
| 
 | ||||
| -- | Render journal entries (transactions) as a string, which should be valid journal format. | ||||
| entriesReportAsText :: EntriesReport -> String | ||||
| entriesReportAsText items = concatMap showtxn items | ||||
|   where | ||||
|     showtxn = showTransaction | ||||
| entriesReportAsText items = concatMap showTransactionUnelided items | ||||
| 
 | ||||
| -- XXX | ||||
| -- tests_showTransactions = [ | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user