From e6f3abba30f5d4f0d497601a7aa3241de685918c Mon Sep 17 00:00:00 2001 From: Christopher Lam Date: Tue, 19 Dec 2017 23:15:02 +0800 Subject: [PATCH] TP->T64: gnucash/report/report-system/html-acct-table --- gnucash/report/report-system/html-acct-table.scm | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/gnucash/report/report-system/html-acct-table.scm b/gnucash/report/report-system/html-acct-table.scm index a9eed6a83c..cb8a387a11 100644 --- a/gnucash/report/report-system/html-acct-table.scm +++ b/gnucash/report/report-system/html-acct-table.scm @@ -129,14 +129,14 @@ ;; sorting function. #f means to preform no sorting. the ;; default sorting function is gnc:account-code-less-p. ;; -;; start-date: timepair +;; start-date: time64 ;; ;; the starting date of the reporting period over which to ;; report balances for this account. if start-date is #f, ;; will be no limit on how early a counted transaction may ;; ocurr. ;; -;; end-date: timepair +;; end-date: time64 ;; ;; the ending date of the reporting period over which to ;; report balances for this account. if end-date is #f, there @@ -1164,8 +1164,7 @@ ) ))) (gnc:html-table-set-style! table "table" 'attribute(list "style" "width:100%; max-width:20em") 'attribute (list "cellpadding" "0")) - table) - ) + table)) ;; ;; This function adds all the lines from a gnc:html-acct-table to a