[taxtxf] fix copy-n-paste error

101f840255 had copy&paste error, fix function names
This commit is contained in:
Christopher Lam 2019-06-12 22:22:53 +08:00
parent 30ac2cf266
commit 0cdb770f5e

View File

@ -316,12 +316,12 @@
(case info-type
((form) gnc:txf-get-form)
((desc) gnc:txf-get-description)
((pns) gnc:txf-get-payer-name-sourcecategories)
((format) gnc:txf-get-formatcategories)
((multiple) gnc:txf-get-multiplecategories)
((cat-key) gnc:txf-get-category-keycategories)
((line) gnc:txf-get-line-datacategories)
((last-yr) gnc:txf-get-last-yearcategories)
((pns) gnc:txf-get-payer-name-source)
((format) gnc:txf-get-format)
((multiple) gnc:txf-get-multiple)
((cat-key) gnc:txf-get-category-key)
((line) gnc:txf-get-line-data)
((last-yr) gnc:txf-get-last-year)
(else #f))))
(and categories
get-info-fn