lib: typo fix, "expense:unknown" -> "expenses:unknown"
This commit is contained in:
parent
3c7d5d466d
commit
977592e49c
@ -823,7 +823,7 @@ transactionFromCsvRecord sourcepos rules record = t
|
|||||||
then account
|
then account
|
||||||
else case isNegativeMixedAmount (pamount p) of
|
else case isNegativeMixedAmount (pamount p) of
|
||||||
Just True -> "income:unknown"
|
Just True -> "income:unknown"
|
||||||
Just False -> "expense:unknown"
|
Just False -> "expenses:unknown"
|
||||||
_ -> "unknown"
|
_ -> "unknown"
|
||||||
]}
|
]}
|
||||||
-- build the transaction
|
-- build the transaction
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user