mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
[taxtxf] fix copy-n-paste error
101f840255
had copy&paste error, fix function names
This commit is contained in:
parent
30ac2cf266
commit
0cdb770f5e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user