Active
Project:
CCK Currency
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
18 Apr 2010 at 22:17 UTC
Updated:
6 Jun 2010 at 03:24 UTC
It should be possible to NOT select any default currency. Currently, if you don't explicitly select a default, it gets set implicitly to the first one, which is "Afghanistani Afghani (AFA)". Instead, it should default to something like "-- Please select --".
Comments
Comment #1
zualas commentedFor a quick hack, I changed one line in the currency_api.module file in the "currency" module. For the first value in the currencies array, in row 391 I entered:
' ' => array('name' => ('')),
Thus, when you select a currency, the first in the dropdown is a blank. If your field is required, this will generate an error.
Comment #2
roball commented