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?
|
(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!
|
||||||
|
Loading…
Reference in New Issue
Block a user