gnucash maint: Fix wrong GNC-COMMODITY-NS-ISO4217

John Ralls jralls at code.gnucash.org
Sun Mar 27 19:19:20 EDT 2022


Updated	 via  https://github.com/Gnucash/gnucash/commit/be8f798f (commit)
	from  https://github.com/Gnucash/gnucash/commit/fa0a10c4 (commit)



commit be8f798fca8db57960334f62272d307c33254868
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun Mar 27 09:29:55 2022 -0700

    Fix wrong GNC-COMMODITY-NS-ISO4217

diff --git a/gnucash/import-export/qif-imp/qif-dialog-utils.scm b/gnucash/import-export/qif-imp/qif-dialog-utils.scm
index b7dd6a7c6..a297a4341 100644
--- a/gnucash/import-export/qif-imp/qif-dialog-utils.scm
+++ b/gnucash/import-export/qif-imp/qif-dialog-utils.scm
@@ -727,7 +727,7 @@
   (define (currency_ns? ns)
     (or (string=? (GNC-COMMODITY-NS-CURRENCY) ns)
         (string=? (GNC-COMMODITY-NS-LEGACY) ns)
-        (string=? (GNC-COMMODITY-NS-ISO4217) ns)))
+        (string=? (GNC-COMMODITY-NS-ISO) ns)))
 
   ;; Guess a namespace based on the symbol alone.
   (define (guess-by-symbol s)



Summary of changes:
 gnucash/import-export/qif-imp/qif-dialog-utils.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list