[html-acct-table] deprecate gnc:account-path-less-p

This commit is contained in:
Christopher Lam 2022-04-07 09:49:24 +08:00
parent 7cf3a5d93d
commit d2ad1aa35d

View File

@ -555,6 +555,7 @@
(gnc:string-locale<? (xaccAccountGetName a)
(xaccAccountGetName b)))
(define (gnc:account-path-less-p a b)
(issue-deprecation-warning "gnc:account-path-less-p is deprecated. use gnc:account-full-name<? instead")
(gnc:string-locale<? (gnc-account-get-full-name a)
(gnc-account-get-full-name b)))