mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-12-02 05:29:20 -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)
|
||||
(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…
Reference in New Issue
Block a user