mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
TP->T64: gnucash/report/standard-reports/register.scm
This commit is contained in:
parent
1f61a6aaf4
commit
98ef625ada
@ -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!
|
||||
|
Loading…
Reference in New Issue
Block a user