mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
* src/report/report-system/report-utilities.scm
(gnc:account-get-comm-balance-at-date): quit using gnc:glist->list -- new g-wrap eliminates need. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6601 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
caf8458383
commit
4cfc0bb2c7
@ -467,9 +467,7 @@
|
||||
(gnc:query-set-sort-increasing query #t #t #t)
|
||||
(gnc:query-set-max-splits query 1)
|
||||
|
||||
(set! splits (gnc:glist->list
|
||||
(gnc:query-get-splits query)
|
||||
<gnc:Split*>))
|
||||
(set! splits (gnc:query-get-splits query))
|
||||
(gnc:free-query query)
|
||||
|
||||
(if (and splits (not (null? splits)))
|
||||
|
Loading…
Reference in New Issue
Block a user