mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
[business-core] deprecate gnc:entry-type-percent-p
This function is only used once. deprecate it.
This commit is contained in:
@@ -94,6 +94,8 @@
|
||||
(else ""))))
|
||||
|
||||
(define (gnc:entry-type-percent-p type-val)
|
||||
(issue-deprecation-warning
|
||||
"gnc:entry-type-percent-p is deprecated.")
|
||||
(let ((type type-val))
|
||||
(equal? type GNC-AMT-TYPE-PERCENT)))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user