r17540 - gnucash/branches/2.2/src/engine - [r17472] Bug #543061: Fix the smallest fraction of IDR currency to match ISO 4217.

Andreas Köhler andi5 at cvs.gnucash.org
Wed Sep 17 13:08:58 EDT 2008


Author: andi5
Date: 2008-09-17 13:08:58 -0400 (Wed, 17 Sep 2008)
New Revision: 17540
Trac: http://svn.gnucash.org/trac/changeset/17540

Modified:
   gnucash/branches/2.2/src/engine/iso-4217-currencies.scm
Log:
[r17472] Bug #543061: Fix the smallest fraction of IDR currency to match ISO 4217.

Patch from Frank H. Ellenberger.
Committed by cedayiv.

Modified: gnucash/branches/2.2/src/engine/iso-4217-currencies.scm
===================================================================
--- gnucash/branches/2.2/src/engine/iso-4217-currencies.scm	2008-09-17 15:12:56 UTC (rev 17539)
+++ gnucash/branches/2.2/src/engine/iso-4217-currencies.scm	2008-09-17 17:08:58 UTC (rev 17540)
@@ -97,7 +97,7 @@
 ( "Hungarian Forint" "forint" "forint" "ISO4217" "HUF" "348" 1 1)
 ( "Iceland Krona" "krona" "aur" "ISO4217" "ISK" "352" 100 100 )
 ( "Indian Rupee" "rupee" "paise" "ISO4217" "INR" "356" 100 100 )
-( "Indonesian Rupiah" "rupiah" "sen" "ISO4217" "IDR" "360" 100 1 )
+( "Indonesian Rupiah" "rupiah" "sen" "ISO4217" "IDR" "360" 100 100 )
 ( "Iranian Rial" "rial" "rial" "ISO4217" "IRR" "364" 1 1)
 ( "Iraqi Dinar" "dinar" "fil"  "ISO4217" "IQD" "368" 1000 1000)
 ( "Irish Punt" "punt" "pingin" "ISO4217" "IEP" "372" 100 100 ) ;; through 1998



More information about the gnucash-changes mailing list