TP->T64: gnucash/report/standard-reports/budget-flow.scm

This commit is contained in:
Christopher Lam 2017-12-15 19:12:53 +08:00
parent 811d4e5718
commit f2e1b9fb48

View File

@ -319,7 +319,7 @@
(gnc:html-document-set-title!
doc (sprintf #f (_ "%s: %s - %s")
report-name (gnc-budget-get-name budget)
(gnc-print-date (gnc-budget-get-period-start-date budget (- period 1)))))
(qof-print-date (gnc-budget-get-period-start-date budget (- period 1)))))
;; Display accounts and totals
(set! accounts-totals (gnc:html-table-add-budget-types! html-table split-up-accounts budget period exchange-fn report-currency))