Is there a way to add values for available currencies in the Money CCK module and where do these come from?

I need one to support currency in Madagascar. The Malagasy Ariary is the currency in Madagascar (MG, MDG). If this is an easy module modification I would be interested in pulling it off if someone could point me in the right direction.

Bob Snodgrass

Comments

markus_petrux’s picture

Title: Money CCK field currency for Madagascar » Add support for Malagasy Ariary currency (Madagascar)
Project: Money field » Currency
Version: 6.x-1.2 » 6.x-1.x-dev

Look at the currency_api_get_currencies() function in currency_api module, part of the Currency Exchange package.

Module maintainers may need the proper information (3 letter code, symbol, decimals) to add a line for Madagascar currency.

amateescu’s picture

Status: Active » Fixed

This currency was already in there, but with a wrong name. Fixed in 6.x-1.x and 7.x-1.x.

http://drupalcode.org/project/currency.git/commit/85537d8
http://drupalcode.org/project/currency.git/commit/52c097b

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.