Fix wrong GNC-COMMODITY-NS-ISO4217

This commit is contained in:
John Ralls 2022-03-27 09:29:55 -07:00
parent fa0a10c4cf
commit be8f798fca

View File

@ -727,7 +727,7 @@
(define (currency_ns? ns) (define (currency_ns? ns)
(or (string=? (GNC-COMMODITY-NS-CURRENCY) ns) (or (string=? (GNC-COMMODITY-NS-CURRENCY) ns)
(string=? (GNC-COMMODITY-NS-LEGACY) 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. ;; Guess a namespace based on the symbol alone.
(define (guess-by-symbol s) (define (guess-by-symbol s)