This is an automated email from the ASF dual-hosted git repository. jleroux pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
The following commit(s) were added to refs/heads/trunk by this push: new eea0198 Improved: Currency Data for China eea0198 is described below commit eea0198835ea8a573f59c7d77b645fbdbf5efe4e Author: Pierre Smits <pierresm...@apache.org> AuthorDate: Thu Apr 30 11:08:44 2020 +0200 Improved: Currency Data for China (OFBIZ-11629) improved description --- framework/common/data/CurrencyData.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/common/data/CurrencyData.xml b/framework/common/data/CurrencyData.xml index 9020ff7..557559f 100644 --- a/framework/common/data/CurrencyData.xml +++ b/framework/common/data/CurrencyData.xml @@ -21,7 +21,7 @@ under the License. <entity-engine-xml> <Uom abbreviation="CRC" description="Costa Rica Colon" uomId="CRC" numericCode="188" uomTypeId="CURRENCY_MEASURE"/> <Uom abbreviation="COP" description="Colombian Peso" uomId="COP" numericCode="170" uomTypeId="CURRENCY_MEASURE"/> - <Uom abbreviation="CNY" description="China" uomId="CNY" numericCode="156" uomTypeId="CURRENCY_MEASURE"/> + <Uom abbreviation="CNY" description="Chinese Rrenminbi (Yuan)" uomId="CNY" numericCode="156" uomTypeId="CURRENCY_MEASURE"/> <Uom abbreviation="CLP" description="Chilean Peso" uomId="CLP" numericCode="152" uomTypeId="CURRENCY_MEASURE"/> <Uom abbreviation="CHF" description="Swiss Franc" uomId="CHF" numericCode="756" uomTypeId="CURRENCY_MEASURE"/> <Uom abbreviation="CAD" description="Canadian Dollar" uomId="CAD" numericCode="124" uomTypeId="CURRENCY_MEASURE"/>