mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
* src/report/standard-reports/aging.scm (aging-renderer): quit
using gnc:glist->list -- new g-wrap eliminates need. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6602 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
4cfc0bb2c7
commit
96d48772ad
@ -504,7 +504,7 @@ totals to report currency")
|
||||
(begin
|
||||
(setup-query query account report-date)
|
||||
;; get the appropriate splits
|
||||
(let ((splits (gnc:glist->list (gnc:query-get-splits query) <gnc:Split*>)))
|
||||
(let ((splits (gnc:query-get-splits query)))
|
||||
; (gnc:debug "splits" splits)
|
||||
|
||||
;; build the table
|
||||
|
Loading…
Reference in New Issue
Block a user