TR: (ENH) enable subtotal/grouping for Split Memo

This commit is contained in:
Christopher Lam 2018-05-01 21:07:07 +08:00
parent f89f00f59d
commit f82e5a5b4b

View File

@ -220,10 +220,10 @@ in the Options panel."))
(cons 'renderer-fn #f)))
(cons 'memo (list (cons 'sortkey (list SPLIT-MEMO))
(cons 'split-sortvalue #f)
(cons 'split-sortvalue (lambda (s) (xaccSplitGetMemo s)))
(cons 'text (_ "Memo"))
(cons 'tip (_ "Sort by memo."))
(cons 'renderer-fn #f)))
(cons 'renderer-fn (lambda (s) (xaccSplitGetMemo s)))))
(cons 'notes (list (cons 'sortkey #f)
(cons 'split-sortvalue (lambda (s) (xaccTransGetNotes (xaccSplitGetParent s))))