mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Bug#511681: add no-op support for the "G" slot on security transactions to lessen spurious console output. Patch from William Hamblen <william.d.hamblen dartmouth edu>.
BP git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16908 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
4043007881
commit
c2b0a2844a
@ -368,6 +368,10 @@
|
||||
((#\T)
|
||||
(qif-stock-symbol:set-type! current-xtn value))
|
||||
|
||||
;; G : asset class (ignored)
|
||||
((#\G)
|
||||
#t)
|
||||
|
||||
;; end-of-record
|
||||
((#\^)
|
||||
(qif-ticker-map:add-ticker! ticker-map current-xtn)
|
||||
|
Loading…
Reference in New Issue
Block a user