web: fix account balance rendering
This commit is contained in:
parent
9184036fe8
commit
f298aac874
@ -471,7 +471,7 @@ numberTransactionsReportItems items = number 0 nulldate items
|
|||||||
(prevdy,prevdm,_) = toGregorian prevd
|
(prevdy,prevdm,_) = toGregorian prevd
|
||||||
|
|
||||||
mixedAmountAsHtml :: MixedAmount -> Html
|
mixedAmountAsHtml :: MixedAmount -> Html
|
||||||
mixedAmountAsHtml b = preEscapedString $ addclass $ intercalate "<br>" $ lines $ show b
|
mixedAmountAsHtml b = preEscapedString $ addclass $ intercalate "<br>" $ lines $ showMixedAmount b
|
||||||
where addclass = printf "<span class=\"%s\">%s</span>" (c :: String)
|
where addclass = printf "<span class=\"%s\">%s</span>" (c :: String)
|
||||||
c = case isNegativeMixedAmount b of Just True -> "negative amount"
|
c = case isNegativeMixedAmount b of Just True -> "negative amount"
|
||||||
_ -> "positive amount"
|
_ -> "positive amount"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user