parsing: update a csv reader error message
This commit is contained in:
parent
a26ab926d8
commit
44545d6ec7
@ -557,7 +557,7 @@ transactionFromCsvRecord rules record = t
|
|||||||
,"the default-currency is: "++fromMaybe "unspecified" mdefaultcurrency
|
,"the default-currency is: "++fromMaybe "unspecified" mdefaultcurrency
|
||||||
,"the parse error is: "++show err
|
,"the parse error is: "++show err
|
||||||
,"you may need to "
|
,"you may need to "
|
||||||
++"change your amount, currency or default-currency rules, "
|
++"change your amount or currency rules, "
|
||||||
++"or "++maybe "add a" (const "change your") mskip++" skip rule"
|
++"or "++maybe "add a" (const "change your") mskip++" skip rule"
|
||||||
]
|
]
|
||||||
-- Using costOfMixedAmount here to allow complex costs like "10 GBP @@ 15 USD".
|
-- Using costOfMixedAmount here to allow complex costs like "10 GBP @@ 15 USD".
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user