2004-01-31 Christian Stimming <stimming@tuhh.de>

* src/engine/gnc-commodity.c, src/engine/iso-4217-currencies.scm:
	Change Ukrainian "UAG" into "UAH" #128913


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@9818 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Christian Stimming
2004-01-31 11:41:20 +00:00
parent a925e484ff
commit 5b722725d2
3 changed files with 5 additions and 1 deletions
+3
View File
@@ -1,5 +1,8 @@
2004-01-31 Christian Stimming <stimming@tuhh.de>
* src/engine/gnc-commodity.c, src/engine/iso-4217-currencies.scm:
Change Ukrainian "UAG" into "UAH" #128913
* src/import-export/import-backend.c: Commented out setting the
memo always to "Auto-created split" due to popular request.
+1
View File
@@ -85,6 +85,7 @@ struct gnc_new_iso_code
} gnc_new_iso_codes[] = {
{"RUB", "RUR"}, // Russian Ruble
{"PLZ", "PLN"}, // Polish Zloty
{"UAG", "UAH"}, // Ukraine Hryvnia
};
#define GNC_NEW_ISO_CODES \
(sizeof(gnc_new_iso_codes) / sizeof(struct gnc_new_iso_code))
+1 -1
View File
@@ -178,7 +178,7 @@
( "Turkmenistan Manat" "manat" "tenga" "ISO4217" "TMM" "795" 100 100 )
( "US Dollar" "dollar" "cent" "ISO4217" "USD" "840" 100 100 )
( "Uganda Shilling" "shilling" "cent" "ISO4217" "UGX" "800" 100 100 )
( "Ukraine Hryvnia" "hryvnia" "kopiyka" "ISO4217" "UAG" "804" 100 100 )
( "Ukraine Hryvnia" "hryvnia" "kopiyka" "ISO4217" "UAH" "804" 100 100 )
( "United Arab Emirates Dirham" "dirham" "fil" "ISO4217" "AED" "784" 100 100 )
( "Uruguayan Peso" "peso" "centesimo" "ISO4217" "UYU" "858" 100 100 )
( "Uzbekistani Sum" "som" "tiyin" "ISO4217" "UZS" "860" 100 100 )