Author: jleroux
Date: Wed Mar 19 17:41:40 2014
New Revision: 1579309
URL:
http://svn.apache.org/r1579309Log:
A patch from Pierre Smits for "israeli currency apear twice"
https://issues.apache.org/jira/browse/OFBIZ-5586 (reported by Amit Cahanovich)
In the file ./framework/common/data/CurrencyData.xml there are two records for israeli currency ILS (israeli sheckel) and NIS (new israeli Shekel).
ILS record need to be removed, its was replaced by NIS 30 years a go.
Modified:
ofbiz/trunk/framework/common/data/CurrencyData.xml
Modified: ofbiz/trunk/framework/common/data/CurrencyData.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/data/CurrencyData.xml?rev=1579309&r1=1579308&r2=1579309&view=diff==============================================================================
--- ofbiz/trunk/framework/common/data/CurrencyData.xml (original)
+++ ofbiz/trunk/framework/common/data/CurrencyData.xml Wed Mar 19 17:41:40 2014
@@ -84,7 +84,6 @@ under the License.
<Uom abbreviation="HTG" description="Haitian Gourde" uomId="HTG" uomTypeId="CURRENCY_MEASURE"/>
<Uom abbreviation="HUF" description="Hungarian forint" uomId="HUF" uomTypeId="CURRENCY_MEASURE"/>
<Uom abbreviation="IDR" description="Indeonesian Rupiah" uomId="IDR" uomTypeId="CURRENCY_MEASURE"/>
- <Uom abbreviation="ILS" description="Israeli Scheckel" uomId="ILS" uomTypeId="CURRENCY_MEASURE"/>
<Uom abbreviation="INR" description="Indian Rupee" uomId="INR" uomTypeId="CURRENCY_MEASURE"/>
<Uom abbreviation="IQD" description="Iraqui Dinar" uomId="IQD" uomTypeId="CURRENCY_MEASURE"/>
<Uom abbreviation="IRR" description="Iranian Rial" uomId="IRR" uomTypeId="CURRENCY_MEASURE"/>