mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-12 19:08:34 +03:00
web: add a missing css class to balance report total
This commit is contained in:
parent
f2171c1e02
commit
613001a468
@ -227,7 +227,7 @@ accountsReportAsHtml _ vd@VD{..} (items',total) =
|
||||
<td colspan=2>
|
||||
<tr>
|
||||
<td>
|
||||
<td align=right>#{mixedAmountAsHtml total}
|
||||
<td.balance align=right>#{mixedAmountAsHtml total}
|
||||
|]
|
||||
where
|
||||
l = journalToLedger nullfilterspec j
|
||||
|
Loading…
Reference in New Issue
Block a user