mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
* src/report/locale-specific/us/taxtxf.scm (make-split-list): quit
using gnc:glist->list -- new g-wrap eliminates need. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6595 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
52ffa04e25
commit
74291c06e6
@ -65,8 +65,7 @@
|
|||||||
|
|
||||||
(define (make-split-list account split-filter-pred)
|
(define (make-split-list account split-filter-pred)
|
||||||
(reverse (filter split-filter-pred
|
(reverse (filter split-filter-pred
|
||||||
(gnc:glist->list (gnc:account-get-split-list account)
|
(gnc:account-get-split-list account))))
|
||||||
<gnc:Split*>))))
|
|
||||||
|
|
||||||
;; returns a predicate that returns true only if a split is
|
;; returns a predicate that returns true only if a split is
|
||||||
;; between early-date and late-date
|
;; between early-date and late-date
|
||||||
|
Loading…
Reference in New Issue
Block a user