mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-09 21:22:26 +03:00
ui: register: elide multicommodity amounts
This commit is contained in:
parent
44c3eb1904
commit
3b6a8b0956
@ -95,8 +95,8 @@ rsInit d reset ui@UIState{aopts=_uopts@UIOpts{cliopts_=CliOpts{reportopts_=ropts
|
||||
[s] -> s
|
||||
ss -> intercalate ", " ss
|
||||
-- _ -> "<split>" -- should do this if accounts field width < 30
|
||||
,rsItemChangeAmount = showMixedAmountOneLineWithoutPrice False change
|
||||
,rsItemBalanceAmount = showMixedAmountOneLineWithoutPrice False bal
|
||||
,rsItemChangeAmount = showMixedAmountElided False change
|
||||
,rsItemBalanceAmount = showMixedAmountElided False bal
|
||||
,rsItemTransaction = t
|
||||
}
|
||||
-- blank items are added to allow more control of scroll position; we won't allow movement over these
|
||||
|
Loading…
Reference in New Issue
Block a user