mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
gnc:get-account-from-full-name requires two args, not three (#334170)
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13590 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
60a2b55d60
commit
ec2d9622e7
@ -1,3 +1,8 @@
|
||||
2006-03-10 Derek Atkins <derek@ihtfp.com>
|
||||
|
||||
* src/import-export/qif-import/qif-dialog-utils.scm:
|
||||
gnc:get-account-from-full-name requires two args, not three (#334170)
|
||||
|
||||
2006-03-10 David Hampton <hampton@employees.org>
|
||||
|
||||
* src/gnome-utils/gnc-main-window.c: Show newly created windows
|
||||
|
@ -608,8 +608,7 @@
|
||||
(existing-gnc-acct
|
||||
(gnc:get-account-from-full-name
|
||||
(gnc:get-current-group)
|
||||
(qif-map-entry:gnc-name map-entry)
|
||||
separator))
|
||||
(qif-map-entry:gnc-name map-entry)))
|
||||
(book (gnc:group-get-book (gnc:get-current-group)))
|
||||
(existing-type
|
||||
(gnc:account-get-type existing-gnc-acct)))
|
||||
|
Loading…
Reference in New Issue
Block a user