mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
TR: (ENH) enable subtotal/grouping for Split Memo
This commit is contained in:
parent
f89f00f59d
commit
f82e5a5b4b
@ -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))))
|
||||
|
Loading…
Reference in New Issue
Block a user