diff --git a/gnucash/report/standard-reports/register.scm b/gnucash/report/standard-reports/register.scm index 6522f6e185..23c61a72c4 100644 --- a/gnucash/report/standard-reports/register.scm +++ b/gnucash/report/standard-reports/register.scm @@ -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!