ui: cleanup
This commit is contained in:
parent
a8d9178ee2
commit
ed775e1ef4
@ -57,13 +57,7 @@ initRegisterScreen d st@AppState{aopts=opts, ajournal=j, aScreen=s@RegisterScree
|
|||||||
q = filterQuery (not . queryIsDepth) $ queryFromOpts d ropts
|
q = filterQuery (not . queryIsDepth) $ queryFromOpts d ropts
|
||||||
|
|
||||||
-- run a transactions report, most recent last
|
-- run a transactions report, most recent last
|
||||||
q' =
|
(_label,items') = accountTransactionsReport ropts j q thisacctq
|
||||||
-- ltrace "q"
|
|
||||||
q
|
|
||||||
thisacctq' =
|
|
||||||
-- ltrace "thisacctq"
|
|
||||||
thisacctq
|
|
||||||
(_label,items') = accountTransactionsReport ropts j q' thisacctq'
|
|
||||||
items = reverse items'
|
items = reverse items'
|
||||||
|
|
||||||
-- pre-render all items; these will be the List elements. This helps calculate column widths.
|
-- pre-render all items; these will be the List elements. This helps calculate column widths.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user