mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user