mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
taxtxf: schemify
This commit is contained in:
parent
41322ec3d8
commit
22517f98ce
@ -3184,12 +3184,9 @@
|
||||
from-date
|
||||
to-date
|
||||
tax-year
|
||||
(if (gnc:txf-get-tax-entity-type-description
|
||||
(string->symbol tax-entity-type))
|
||||
(gnc:txf-get-tax-entity-type-description
|
||||
(string->symbol tax-entity-type))
|
||||
"None specified"
|
||||
)
|
||||
(or (gnc:txf-get-tax-entity-type-description
|
||||
(string->symbol tax-entity-type))
|
||||
"None specified")
|
||||
)))))
|
||||
|
||||
(if (not (null? txf-invalid-alist))
|
||||
|
Loading…
Reference in New Issue
Block a user