mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-10 05:39:31 +03:00
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
|
||||
|
||||
-- run a transactions report, most recent last
|
||||
q' =
|
||||
-- ltrace "q"
|
||||
q
|
||||
thisacctq' =
|
||||
-- ltrace "thisacctq"
|
||||
thisacctq
|
||||
(_label,items') = accountTransactionsReport ropts j q' thisacctq'
|
||||
(_label,items') = accountTransactionsReport ropts j q thisacctq
|
||||
items = reverse items'
|
||||
|
||||
-- pre-render all items; these will be the List elements. This helps calculate column widths.
|
||||
|
Loading…
Reference in New Issue
Block a user