r16919 - gnucash/branches/2.2/src/import-export/qif-import - [r16908] 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>.

Andreas Köhler andi5 at cvs.gnucash.org
Sat Feb 2 21:17:18 EST 2008


Author: andi5
Date: 2008-02-02 21:17:17 -0500 (Sat, 02 Feb 2008)
New Revision: 16919
Trac: http://svn.gnucash.org/trac/changeset/16919

Modified:
   gnucash/branches/2.2/src/import-export/qif-import/qif-file.scm
Log:
[r16908] 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>.


Modified: gnucash/branches/2.2/src/import-export/qif-import/qif-file.scm
===================================================================
--- gnucash/branches/2.2/src/import-export/qif-import/qif-file.scm	2008-02-03 02:17:06 UTC (rev 16918)
+++ gnucash/branches/2.2/src/import-export/qif-import/qif-file.scm	2008-02-03 02:17:17 UTC (rev 16919)
@@ -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)



More information about the gnucash-changes mailing list