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>
|
<td colspan=2>
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<td align=right>#{mixedAmountAsHtml total}
|
<td.balance align=right>#{mixedAmountAsHtml total}
|
||||||
|]
|
|]
|
||||||
where
|
where
|
||||||
l = journalToLedger nullfilterspec j
|
l = journalToLedger nullfilterspec j
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user