diff --git a/lib/Internal/Budget.hs b/lib/Internal/Budget.hs index 23a3f1c..991192d 100644 --- a/lib/Internal/Budget.hs +++ b/lib/Internal/Budget.hs @@ -145,7 +145,7 @@ readIncome let allos = allo2Trans <$> (pre ++ tax ++ post) let primary = EntrySet - { esTotalValue = gross + { esTotalValue = -gross , esCurrency = cpID cp , esFrom = HalfEntrySet {hesPrimary = src, hesOther = []} , esTo = HalfEntrySet {hesPrimary = dest, hesOther = allos}