mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Bill Gribble's qif importing patch
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2491 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
fcb4217d7e
commit
74ad93046d
@ -563,7 +563,8 @@
|
|||||||
;; end, we may remove more than one split from splits-left with
|
;; end, we may remove more than one split from splits-left with
|
||||||
;; each call to mark-some-splits.
|
;; each call to mark-some-splits.
|
||||||
(if (not (null? splits-left))
|
(if (not (null? splits-left))
|
||||||
(if (not (qif-split:mark (car splits-left)))
|
(if (and (not (qif-split:mark (car splits-left)))
|
||||||
|
(qif-split:category-is-account? (car splits-left)))
|
||||||
(set! splits-left
|
(set! splits-left
|
||||||
(qif-import:mark-some-splits
|
(qif-import:mark-some-splits
|
||||||
splits-left xtn candidate-xtns))
|
splits-left xtn candidate-xtns))
|
||||||
|
Loading…
Reference in New Issue
Block a user