ui: reg: show all other accounts instead of <split>
For now.
This commit is contained in:
parent
ecd9b9e54c
commit
cec9b7cae9
@ -62,7 +62,8 @@ initRegisterScreen2 d args st@AppState{aopts=opts, ajournal=j, aScreen=s@Registe
|
|||||||
,tdescription t
|
,tdescription t
|
||||||
,case splitOn ", " otheracctsstr of
|
,case splitOn ", " otheracctsstr of
|
||||||
[s] -> s
|
[s] -> s
|
||||||
_ -> "<split>"
|
ss -> intercalate ", " ss
|
||||||
|
-- _ -> "<split>"
|
||||||
,showMixedAmountOneLineWithoutPrice change
|
,showMixedAmountOneLineWithoutPrice change
|
||||||
,showMixedAmountOneLineWithoutPrice bal
|
,showMixedAmountOneLineWithoutPrice bal
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user