ui: don't let a depth limit disrupt the register

This commit is contained in:
Simon Michael 2015-08-26 11:07:16 -07:00
parent 19c3749b50
commit d662df77f5

View File

@ -44,6 +44,7 @@ initRegisterScreen2 d args st@AppState{aopts=opts, ajournal=j, aScreen=s@Registe
-- gather arguments and queries
ropts = (reportopts_ $ cliopts_ opts)
{
depth_=Nothing,
query_=unwords' args,
balancetype_=HistoricalBalance
}