AUDIT: r17660 - gnucash/trunk/src/engine - Bug #492417: Fix currency code of Israeli Shekel back to ILS, reverting r10331.

Christian Stimming cstim at cvs.gnucash.org
Sun Oct 26 17:38:11 EDT 2008


Author: cstim
Date: 2008-10-26 17:38:10 -0400 (Sun, 26 Oct 2008)
New Revision: 17660
Trac: http://svn.gnucash.org/trac/changeset/17660

Modified:
   gnucash/trunk/src/engine/gnc-commodity.c
   gnucash/trunk/src/engine/iso-4217-currencies.scm
Log:
Bug #492417: Fix currency code of Israeli Shekel back to ILS, reverting r10331.

New Israeli Shekel: The informal abbreviation may be "NIS", but its
iso-4217 code is clearly ILS and only this! Incorrectly changed due to
bug#152755 (Nov 2004), r10331, and changed back again by bug#492417
(Oct 2008).

BP

Modified: gnucash/trunk/src/engine/gnc-commodity.c
===================================================================
--- gnucash/trunk/src/engine/gnc-commodity.c	2008-10-26 14:38:15 UTC (rev 17659)
+++ gnucash/trunk/src/engine/gnc-commodity.c	2008-10-26 21:38:10 UTC (rev 17660)
@@ -123,7 +123,10 @@
   {"RUR", "RUB"}, /* Russian Ruble: RUR through 1997-12, RUB from 1998-01 onwards; see bug #393185 */
   {"PLZ", "PLN"}, /* Polish Zloty */
   {"UAG", "UAH"}, /* Ukraine Hryvnia */
-  {"ILS", "NIS"}, /* New Israeli Shekel */
+  {"NIS", "ILS"}, /* New Israeli Shekel: The informal abbreviation may be "NIS", but
+		     its iso-4217 is clearly ILS and only this! Incorrectly changed
+		     due to bug#152755 (Nov 2004) and changed back again by bug#492417
+		     (Oct 2008). */
   {"MXP", "MXN"}, /* Mexican (Nuevo) Peso */
   {"TRL", "TRY"}, /* New Turkish Lira: changed 2005 */
 

Modified: gnucash/trunk/src/engine/iso-4217-currencies.scm
===================================================================
--- gnucash/trunk/src/engine/iso-4217-currencies.scm	2008-10-26 14:38:15 UTC (rev 17659)
+++ gnucash/trunk/src/engine/iso-4217-currencies.scm	2008-10-26 21:38:10 UTC (rev 17660)
@@ -101,7 +101,7 @@
 ( "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
-( "Israeli New Shekel" "new shekel" "new agorot"  "ISO4217" "NIS" "376" 100 100)
+( "Israeli New Shekel" "new shekel" "agorot"  "ISO4217" "ILS" "376" 100 100)
 ( "Italian Lira" "lira" "lira" "ISO4217" "ITL" "380" 1 1 ) ;; through 1998
 ( "Jamaican Dollar" "dollar" "cent" "ISO4217" "JMD" "388" 100 100 )
 ( "Japanese Yen" "yen" "sen"  "ISO4217" "JPY" "392" 100 1 )



More information about the gnucash-changes mailing list