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

pull/1306/head
Christopher Lam 4 years ago
parent 7cf3a5d93d
commit d2ad1aa35d

@ -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)))

Loading…
Cancel
Save