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