mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix missing color in qif-import account copy, patch by Tom Van Braeckel
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@18904 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -133,6 +133,8 @@
|
||||
new-acct (xaccAccountGetCommodity same-gnc-account))
|
||||
(xaccAccountSetNotes
|
||||
new-acct (xaccAccountGetNotes same-gnc-account))
|
||||
(xaccAccountSetColor
|
||||
new-acct (xaccAccountGetColor same-gnc-account))
|
||||
(xaccAccountSetCode
|
||||
new-acct (xaccAccountGetCode same-gnc-account))))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user