You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2014/03/19 18:43:03 UTC

svn commit: r1579312 - in /ofbiz/branches/release13.07: ./ framework/common/data/CurrencyData.xml

Author: jleroux
Date: Wed Mar 19 17:43:02 2014
New Revision: 1579312

URL: http://svn.apache.org/r1579312
Log:
"Applied fix from trunk for revision: 1579309  " 
------------------------------------------------------------------------
r1579309 | jleroux | 2014-03-19 18:41:40 +0100 (mer. 19 mars 2014) | 5 lignes

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/branches/release13.07/   (props changed)
    ofbiz/branches/release13.07/framework/common/data/CurrencyData.xml

Propchange: ofbiz/branches/release13.07/
------------------------------------------------------------------------------
  Merged /ofbiz/trunk:r1579309

Modified: ofbiz/branches/release13.07/framework/common/data/CurrencyData.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/release13.07/framework/common/data/CurrencyData.xml?rev=1579312&r1=1579311&r2=1579312&view=diff
==============================================================================
--- ofbiz/branches/release13.07/framework/common/data/CurrencyData.xml (original)
+++ ofbiz/branches/release13.07/framework/common/data/CurrencyData.xml Wed Mar 19 17:43:02 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"/>