gnucash maint: [taxtxf] fix copy-n-paste error

Christopher Lam clam at code.gnucash.org
Wed Jun 12 11:30:43 EDT 2019


Updated	 via  https://github.com/Gnucash/gnucash/commit/ca759fb4 (commit)
	from  https://github.com/Gnucash/gnucash/commit/59f9b778 (commit)



commit ca759fb49237e16a039a4f1ce1cac9e0f67f4f65
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Wed Jun 12 22:22:53 2019 +0800

    [taxtxf] fix copy-n-paste error
    
    101f84025551 had copy&paste error, fix function names

diff --git a/gnucash/report/locale-specific/us/taxtxf.scm b/gnucash/report/locale-specific/us/taxtxf.scm
index 0a9ce8cdc..d34d7afae 100644
--- a/gnucash/report/locale-specific/us/taxtxf.scm
+++ b/gnucash/report/locale-specific/us/taxtxf.scm
@@ -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



Summary of changes:
 gnucash/report/locale-specific/us/taxtxf.scm | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)



More information about the gnucash-changes mailing list