Korjaa status-komennon ylimaksettu-rivin etumerkki
This commit is contained in:
parent
c2cda17113
commit
65bd11f156
|
@ -36,4 +36,4 @@ showStatus InvoiceStatus {..} =
|
|||
"Maksettu: " <> renderEuro amountPaid <> "\n" <>
|
||||
"Maksamatta: " <> renderEuro amountMissing <> "\n" <>
|
||||
"Yhteensä saatavia: " <> renderEuro amountTotal <> "\n" <>
|
||||
"Ylimaksettu: " <> renderEuro (amountTotal - amountMissing - amountPaid) <> "\n"
|
||||
"Ylimaksettu: " <> renderEuro (amountMissing + amountPaid - amountTotal) <> "\n"
|
||||
|
|
Loading…
Reference in New Issue