ui: reg: show all other accounts instead of <split>

For now.
This commit is contained in:
Simon Michael 2015-08-25 07:01:04 -07:00
parent ecd9b9e54c
commit cec9b7cae9

View File

@ -62,7 +62,8 @@ initRegisterScreen2 d args st@AppState{aopts=opts, ajournal=j, aScreen=s@Registe
,tdescription t
,case splitOn ", " otheracctsstr of
[s] -> s
_ -> "<split>"
ss -> intercalate ", " ss
-- _ -> "<split>"
,showMixedAmountOneLineWithoutPrice change
,showMixedAmountOneLineWithoutPrice bal
)