Robert Graham Merkel's report patch.

* src/scm/report/transaction-report.scm (render-month-subheading):
	fix bug.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3932 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Dave Peticolas
2001-04-11 08:57:21 +00:00
parent ac24703220
commit bf05efd870
2 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
2001-04-11 Robert Graham Merkel <rgmerk@mira.net>
* src/scm/report/transaction-report.scm (render-month-subheading):
fix bug.
2001-04-11 Christian Stimming <stimming@tuhh.de>
* src/scm/report/report-list.scm: Renamed file.

View File

@@ -85,8 +85,9 @@
(define (render-month-subheading split table width subheading-style)
(add-subheading-row (strftime "%B %Y" (gnc:timepair->date
gnc:transaction-get-date-posted
(gnc:split-get-parent split)))))
(gnc:transaction-get-date-posted
(gnc:split-get-parent split))))
table width subheading-style))
(define (render-year-subheading split table width subheading-style)
(add-subheading-row (strftime "%Y" (gnc:timepair->date