gnucash maint: Bug 796081 Tax Schedule Report - An error occurred while running the report

John Ralls jralls at code.gnucash.org
Tue May 15 17:46:08 EDT 2018


Updated	 via  https://github.com/Gnucash/gnucash/commit/3ac0f4a3 (commit)
	from  https://github.com/Gnucash/gnucash/commit/53a17fe7 (commit)



commit 3ac0f4a3fd63f8c5950313792d3a3ee9895c453a
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Mon May 14 23:35:48 2018 +0800

    Bug 796081 Tax Schedule Report - An error occurred while running the report
    
    Missed out from timepair->time64 conversion.

diff --git a/gnucash/report/locale-specific/us/taxtxf.scm b/gnucash/report/locale-specific/us/taxtxf.scm
index ef7e6b5..76325de 100644
--- a/gnucash/report/locale-specific/us/taxtxf.scm
+++ b/gnucash/report/locale-specific/us/taxtxf.scm
@@ -973,7 +973,7 @@
                                              (list (gnc:make-html-table-cell/markup
                                                     "text-cell-center"
                                                   (strftime "%Y-%b-%d" (gnc-localtime
-                                                            (car trans-date)))))
+                                                            trans-date))))
                                              (list (gnc:make-html-table-cell/markup
                                                     "number-cell-bot"
                                                     (xaccPrintAmount



Summary of changes:
 gnucash/report/locale-specific/us/taxtxf.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list