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
|
(case info-type
|
||||||
((form) gnc:txf-get-form)
|
((form) gnc:txf-get-form)
|
||||||
((desc) gnc:txf-get-description)
|
((desc) gnc:txf-get-description)
|
||||||
((pns) gnc:txf-get-payer-name-sourcecategories)
|
((pns) gnc:txf-get-payer-name-source)
|
||||||
((format) gnc:txf-get-formatcategories)
|
((format) gnc:txf-get-format)
|
||||||
((multiple) gnc:txf-get-multiplecategories)
|
((multiple) gnc:txf-get-multiple)
|
||||||
((cat-key) gnc:txf-get-category-keycategories)
|
((cat-key) gnc:txf-get-category-key)
|
||||||
((line) gnc:txf-get-line-datacategories)
|
((line) gnc:txf-get-line-data)
|
||||||
((last-yr) gnc:txf-get-last-yearcategories)
|
((last-yr) gnc:txf-get-last-year)
|
||||||
(else #f))))
|
(else #f))))
|
||||||
(and categories
|
(and categories
|
||||||
get-info-fn
|
get-info-fn
|
||||||
|
Loading…
Reference in New Issue
Block a user