mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-12 19:08:34 +03:00
Forgot to take accountField into account while calculating max. field index
This commit is contained in:
parent
5cbde7b8c6
commit
e37d3a522d
@ -111,6 +111,7 @@ maxFieldIndex r = maximumDef (-1) $ catMaybes [
|
|||||||
,descriptionField r
|
,descriptionField r
|
||||||
,amountField r
|
,amountField r
|
||||||
,currencyField r
|
,currencyField r
|
||||||
|
,accountField r
|
||||||
]
|
]
|
||||||
|
|
||||||
rulesFileFor :: FilePath -> FilePath
|
rulesFileFor :: FilePath -> FilePath
|
||||||
|
Loading…
Reference in New Issue
Block a user