Ignore:
Timestamp:
Jun 22, 2010, 11:48:19 AM (14 years ago)
Author:
gav
Message:

Update default currencyList setting to include a few common currencies, part 2.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/conf/Config.groovy

    r607 r608  
    392392 */
    393393taskRecurringScheduleJob.repeatInterval=10
    394  // It is recommended to limit the currencyList to the one that the site uses e.g: currencyList = ['AUD']
     394// It is recommended to limit the currencyList to the one that the site uses e.g: currencyList = ['AUD']
    395395currencyList = ['EUR', 'XCD', 'USD', 'XOF', 'NOK', 'AUD', 'XAF', 'NZD', 'MAD', 'DKK', 'GBP', 'CHF', 'XPF', 'ILS', 'ROL', 'TRL']
    396396
Note: See TracChangeset for help on using the changeset viewer.