Author: jleroux Date: Wed Mar 19 17:43:05 2014 New Revision: 1579313 URL: http://svn.apache.org/r1579313 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/release12.04/ (props changed) ofbiz/branches/release12.04/framework/common/data/CurrencyData.xml Propchange: ofbiz/branches/release12.04/ ------------------------------------------------------------------------------ Merged /ofbiz/trunk:r1579309 Modified: ofbiz/branches/release12.04/framework/common/data/CurrencyData.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/release12.04/framework/common/data/CurrencyData.xml?rev=1579313&r1=1579312&r2=1579313&view=diff ============================================================================== --- ofbiz/branches/release12.04/framework/common/data/CurrencyData.xml (original) +++ ofbiz/branches/release12.04/framework/common/data/CurrencyData.xml Wed Mar 19 17:43:05 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"/>

