mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
[html-acct-table] deprecate gnc:account-path-less-p
This commit is contained in:
parent
7cf3a5d93d
commit
d2ad1aa35d
@ -555,6 +555,7 @@
|
|||||||
(gnc:string-locale<? (xaccAccountGetName a)
|
(gnc:string-locale<? (xaccAccountGetName a)
|
||||||
(xaccAccountGetName b)))
|
(xaccAccountGetName b)))
|
||||||
(define (gnc:account-path-less-p a 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:string-locale<? (gnc-account-get-full-name a)
|
||||||
(gnc-account-get-full-name b)))
|
(gnc-account-get-full-name b)))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user