web: add a missing css class to balance report total

This commit is contained in:
Simon Michael 2011-07-17 16:01:14 +00:00
parent f2171c1e02
commit 613001a468

View File

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