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 )