mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix wrong GNC-COMMODITY-NS-ISO4217
This commit is contained in:
parent
fa0a10c4cf
commit
be8f798fca
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user