From db2872f081c17b5b061e7a704cf901964c996a53 Mon Sep 17 00:00:00 2001 From: Derek Atkins Date: Mon, 14 May 2007 14:38:46 +0000 Subject: [PATCH] Add the Moldovan Leu. Fixes #414064. Merge from r15990 git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/branches/2.0@16087 57a11ea4-9604-0410-9ed3-97b8803252fd --- ChangeLog | 2 ++ src/engine/iso-4217-currencies.scm | 1 + 2 files changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index 37886c05ab..8824f83757 100644 --- a/ChangeLog +++ b/ChangeLog @@ -18,6 +18,8 @@ in the exchange rate field, just pull the the existing number straight out of the widget. Fixes #408703. + * Add the Moldovan Leu. Fixes #414064. + 2007-04-21 David Hampton * Disable the close callback while updating reports. Fixes #416986. diff --git a/src/engine/iso-4217-currencies.scm b/src/engine/iso-4217-currencies.scm index 2843330f1e..64bbe0c1b4 100644 --- a/src/engine/iso-4217-currencies.scm +++ b/src/engine/iso-4217-currencies.scm @@ -126,6 +126,7 @@ ( "Mauritanian Ouguiya" "ouguiya" "khoum" "ISO4217" "MRO" "478" 5 5) ( "Mauritius Rupee" "rupee" "cent" "ISO4217" "MUR" "480" 100 100 ) ( "Mexican Peso" "peso" "centavo" "ISO4217" "MXN" "484" 100 100 ) ;;sicne Jan 1993 +( "Moldovan Leu" "leu" "ban" "ISO4217" "MDL" "498" 100 100 ) ( "Mongolian Tugrik" "tugrik" "mongo" "ISO4217" "MNT" "496" 100 100 ) ( "Moroccan Dirham" "dirham" "centime" "ISO4217" "MAD" "504" 100 100 ) ( "Mozambique Metical" "metical" "centavo" "ISO4217" "MZM" "508" 100 100 )