remove a the tool tip from the journal screen, as it just duplicates the

info shown on screen.
This commit is contained in:
Jeff Richards 2013-06-01 14:20:08 -07:00
parent 95f909543a
commit 7890f24415

View File

@ -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}