From 4fd36b889f0034fa32ca54d1b9151c33d58c9808 Mon Sep 17 00:00:00 2001 From: Christopher Lam Date: Sun, 24 Dec 2017 06:47:07 +0800 Subject: [PATCH] TP->T64: gnucash/report/stylesheets/stylesheet-head-or-tail.scm --- gnucash/report/stylesheets/stylesheet-head-or-tail.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gnucash/report/stylesheets/stylesheet-head-or-tail.scm b/gnucash/report/stylesheets/stylesheet-head-or-tail.scm index e31cb462bf..d3cc1ae7ee 100644 --- a/gnucash/report/stylesheets/stylesheet-head-or-tail.scm +++ b/gnucash/report/stylesheets/stylesheet-head-or-tail.scm @@ -534,7 +534,7 @@ (gnc:make-html-text (gnc:html-markup-i (_ "Report Creation Date: ") - (gnc-print-date (gnc:get-today)) + (qof-print-date (gnc:get-today)) " " (strftime "%X %Z" (localtime (current-time))) ) @@ -543,7 +543,7 @@ (gnc:make-html-text (gnc:html-markup-i (_ "Report Creation Date: ") - (gnc-print-date (gnc:get-today)) + (qof-print-date (gnc:get-today)) ) (gnc:html-markup-br) ) @@ -659,7 +659,7 @@ (gnc:make-html-text (gnc:html-markup-i (_ "Report Creation Date: ") - (gnc-print-date (gnc:get-today)) + (qof-print-date (gnc:get-today)) " " (strftime "%X %Z" (localtime (current-time))) ) @@ -668,7 +668,7 @@ (gnc:make-html-text (gnc:html-markup-i (_ "Report Creation Date: ") - (gnc-print-date (gnc:get-today)) + (qof-print-date (gnc:get-today)) (gnc:html-markup-br) ) )