r16087 - gnucash/branches/2.0 - Add the Moldovan Leu. Fixes #414064.

Derek Atkins warlord at cvs.gnucash.org
Mon May 14 10:38:48 EDT 2007


Author: warlord
Date: 2007-05-14 10:38:46 -0400 (Mon, 14 May 2007)
New Revision: 16087
Trac: http://svn.gnucash.org/trac/changeset/16087

Modified:
   gnucash/branches/2.0/
   gnucash/branches/2.0/ChangeLog
   gnucash/branches/2.0/src/engine/iso-4217-currencies.scm
Log:
Add the Moldovan Leu.  Fixes #414064.

Merge from r15990



Property changes on: gnucash/branches/2.0
___________________________________________________________________
Name: svk:merge
   - 3889ce50-311e-0410-a464-f059747ec5d1:/local/gnucash/branches/2.0:697
d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/branches/2.0:14725
d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/trunk:13282
   + 3889ce50-311e-0410-a464-f059747ec5d1:/local/gnucash/branches/2.0:697
d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/branches/2.0:14726
d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/trunk:13282

Modified: gnucash/branches/2.0/ChangeLog
===================================================================
--- gnucash/branches/2.0/ChangeLog	2007-05-14 14:38:36 UTC (rev 16086)
+++ gnucash/branches/2.0/ChangeLog	2007-05-14 14:38:46 UTC (rev 16087)
@@ -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  <hampton at employees.org>
 
 	* Disable the close callback while updating reports.  Fixes #416986.

Modified: gnucash/branches/2.0/src/engine/iso-4217-currencies.scm
===================================================================
--- gnucash/branches/2.0/src/engine/iso-4217-currencies.scm	2007-05-14 14:38:36 UTC (rev 16086)
+++ gnucash/branches/2.0/src/engine/iso-4217-currencies.scm	2007-05-14 14:38:46 UTC (rev 16087)
@@ -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 )



More information about the gnucash-changes mailing list