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:
Joshua Sled 2008-02-01 00:46:16 +00:00
parent 4043007881
commit c2b0a2844a

View File

@ -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)