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

This commit is contained in:
Christopher Lam 2017-11-25 00:40:43 +08:00
parent 1f61a6aaf4
commit 98ef625ada

View File

@ -203,8 +203,8 @@
(if transaction-info?
(gnc:make-html-table-cell/markup
"date-cell"
(gnc-print-date
(gnc-transaction-get-date-posted parent)))
(qof-print-date
(xaccTransGetDate parent)))
" ")))
(if (num-col column-vector)
(addto! row-contents
@ -810,7 +810,7 @@
(list
(string-append
(_ "Date") ": "
(string-expand (gnc-print-date (cons (current-time) 0))
(string-expand (qof-print-date (current-time))
#\space " "))
(make-client-table address)))
(set-last-row-style!