mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-26 20:02:27 +03:00
web: fix inacctsonly: with spaces
This commit is contained in:
parent
73e5088cbe
commit
05cd38458b
@ -109,7 +109,7 @@ parseQuery d s = (m,qopts)
|
||||
|
||||
-- keep synced with patterns below, excluding "not"
|
||||
prefixes = map (++":") [
|
||||
"inacct","inaccts",
|
||||
"inacct","inaccts","inacctsonly",
|
||||
"desc","acct","date","edate","status","real","empty","depth"
|
||||
]
|
||||
defaultprefix = "acct"
|
||||
|
Loading…
Reference in New Issue
Block a user