mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-16 10:15:22 -06:00
Small patch to recognize 401k/403b
Patch by Charles Day BP git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16878 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
c95bc361f9
commit
3ea34ebb16
@ -156,6 +156,8 @@
|
||||
(list GNC-CCARD-TYPE))
|
||||
((string=? mangled-string "invst") ;; these are brokerage accounts.
|
||||
(list GNC-BANK-TYPE))
|
||||
((string=? mangled-string "401(k)/403(b)")
|
||||
(list GNC-BANK-TYPE))
|
||||
((string=? mangled-string "oth a")
|
||||
(list GNC-ASSET-TYPE GNC-BANK-TYPE GNC-CASH-TYPE))
|
||||
((string=? mangled-string "oth l")
|
||||
|
Loading…
Reference in New Issue
Block a user