gnucash stable: Bug 666536 - smallest fraction of KRW is invalid

John Ralls jralls at code.gnucash.org
Fri Feb 27 16:14:38 EST 2026


Updated	 via  https://github.com/Gnucash/gnucash/commit/1fda575c (commit)
	from  https://github.com/Gnucash/gnucash/commit/0f403c2a (commit)



commit 1fda575c5b21c10bde538f593b5fb2d64b850e01
Author: John Ralls <jralls at ceridwen.us>
Date:   Fri Feb 27 13:14:20 2026 -0800

    Bug 666536 - smallest fraction of KRW is invalid

diff --git a/libgnucash/engine/iso-4217-currencies.xml b/libgnucash/engine/iso-4217-currencies.xml
index 394e8ad922..957d7f88d6 100644
--- a/libgnucash/engine/iso-4217-currencies.xml
+++ b/libgnucash/engine/iso-4217-currencies.xml
@@ -1456,7 +1456,7 @@
   namespace="ISO4217"
   exchange-code="410"
   parts-per-unit="1"
-  smallest-fraction="100"
+  smallest-fraction="1"
   local-symbol="â‚©"
 />
 <!-- "KWD" - "Kuwaiti Dinar"



Summary of changes:
 libgnucash/engine/iso-4217-currencies.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list