Bug #680576 - Transaction report: date takes up two lines when using Canadian locale format.

Change date cells type from text-cell to date-cell to apply white-space: nowrap
style.
BP

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22281 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Mike Evans
2012-08-04 12:01:37 +00:00
parent 9bc245da9d
commit ae735f39e7

View File

@@ -474,12 +474,12 @@
(if (used-date column-vector)
(addto! row-contents
(if transaction-row?
(gnc:make-html-table-cell/markup "text-cell"
(gnc:make-html-table-cell/markup "date-cell"
(gnc-print-date (gnc-transaction-get-date-posted parent)))
" ")))
(if (used-reconciled-date column-vector)
(addto! row-contents
(gnc:make-html-table-cell/markup "text-cell"
(gnc:make-html-table-cell/markup "date-cell"
(let ((date (gnc-split-get-date-reconciled split)))
(if (equal? date (cons 0 0))
" "