mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-26 03:42:25 +03:00
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
|
||||
else case isNegativeMixedAmount (pamount p) of
|
||||
Just True -> "income:unknown"
|
||||
Just False -> "expense:unknown"
|
||||
Just False -> "expenses:unknown"
|
||||
_ -> "unknown"
|
||||
]}
|
||||
-- build the transaction
|
||||
|
Loading…
Reference in New Issue
Block a user