mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix cut-n-paste error
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4756 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
* src/scm/qif-import/qif-objects.scm: initialize fields to ""
|
||||
rather than #f
|
||||
|
||||
* src/scm/qif-import/qif-to-gnc.scm: fix cut-n-paste error
|
||||
|
||||
2001-06-19 Dave Peticolas <dave@krondo.com>
|
||||
|
||||
* src/gnome/dialog-scheduledxaction.c: use C comments. fix warning
|
||||
|
||||
@@ -480,7 +480,7 @@
|
||||
(= (length splits) 1)
|
||||
(hash-ref qif-memo-map qif-payee))
|
||||
(and (string? memo)
|
||||
(not (string=? qif-memo ""))
|
||||
(not (string=? memo ""))
|
||||
(hash-ref qif-memo-map memo))))
|
||||
(if (not far-acct-info)
|
||||
(set! far-acct-info (hash-ref qif-cat-map cat)))))
|
||||
|
||||
Reference in New Issue
Block a user