gnucash maint: Bug 766688 - Minimal fraction of BYN should be 1/100

Mike Evans mikee at code.gnucash.org
Fri May 20 08:13:31 EDT 2016


Updated	 via  https://github.com/Gnucash/gnucash/commit/0e17ebdc (commit)
	from  https://github.com/Gnucash/gnucash/commit/806525f6 (commit)



commit 0e17ebdc127a58f92b3c6ee216572cae11babc61
Author: Mike Evans <mikee at saxicola.co.uk>
Date:   Fri May 20 13:12:03 2016 +0100

    Bug 766688 - Minimal fraction of BYN should be 1/100

diff --git a/src/engine/iso-4217-currencies.xml b/src/engine/iso-4217-currencies.xml
index 6bbda4c..515e7fb 100644
--- a/src/engine/iso-4217-currencies.xml
+++ b/src/engine/iso-4217-currencies.xml
@@ -576,7 +576,7 @@
   namespace="ISO4217"
   exchange-code="933"
   parts-per-unit="100"
-  smallest-fraction="1"
+  smallest-fraction="100"
   local-symbol="Br"
 />
 <!-- "BZD" - "Belize Dollar"
@@ -860,7 +860,7 @@
   local-symbol="RD$"
 />
 <!-- "DZD" - "Algerian Dinar"
-  ar.: 	دج
+  ar.:  دج
 -->
 <currency
   isocode="DZD"
@@ -3021,4 +3021,4 @@
   smallest-fraction="1000000"
   local-symbol=""
 />
-</currencylist>
\ No newline at end of file
+</currencylist>



Summary of changes:
 src/engine/iso-4217-currencies.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)



More information about the gnucash-changes mailing list