remove a the tool tip from the journal screen, as it just duplicates the
info shown on screen.
This commit is contained in:
		
							parent
							
								
									95f909543a
								
							
						
					
					
						commit
						7890f24415
					
				| @ -401,7 +401,7 @@ journalTransactionsReportAsHtml _ vd (_,items) = [hamlet| | ||||
|    itemAsHtml VD{..} (n, _, _, _, (t, _, split, _, amt, _)) = [hamlet| | ||||
| <tr.item.#{evenodd}.#{firstposting}> | ||||
|  <td.date>#{date} | ||||
|  <td.description colspan=2 title="#{show t}">#{elideRight 60 desc} | ||||
|  <td.description colspan=2>#{elideRight 60 desc} | ||||
|  <td.amount align=right> | ||||
|   $if showamt | ||||
|    #{mixedAmountAsHtml amt} | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user