Closed (fixed)
Project:
Currency
Version:
6.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
21 Sep 2009 at 15:46 UTC
Updated:
28 Oct 2009 at 14:10 UTC
I don't know for sure if you guys are talking care of the currency_api.. if i am mistaken maybe you can direct me to the correct project owner.
Since 2007 Romanian currency is not called 'Romanian Leu' anymore and has been replaced by 'Romanian New Leu' and the code is 'RON'.... the symbol remaining 'lei' as the old one.
The patch is for the 6.0 stable version but should apply cleanly to the dev too.
Regards,
Iosif
| Comment | File | Size | Author |
|---|---|---|---|
| currency.diff | 1.06 KB | iosif.peterfi |
Comments
Comment #1
kbahey commentedThanks. This should be in the tarball about 9 hours from now.
Comment #2
iosif.peterfi commentedThanks :D
Comment #4
iva2k commentedSomehow http://drupal.org/cvs?commit=265654 introduced an error into 6.x-1.x-dev (2009-Sep-21), while the patch in #0 was OK:
Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ')' in /sites/all/modules/currency/currency_api/currency_api.module on line 386
6.x-1.x-dev apparently lacks a trailing comma in the changed line.
Comment #5
kbahey commentedFixed. Should be in the tarball in about 11 hours.