Index: /trunk/grails-app/conf/Config.groovy
===================================================================
--- /trunk/grails-app/conf/Config.groovy	(revision 606)
+++ /trunk/grails-app/conf/Config.groovy	(revision 607)
@@ -389,7 +389,8 @@
 /**
  * Custom application global settings.
+ * @todo: externalise these settings to a config file (along with the database settings) or have them configurable via the web interface+database.
  */
 taskRecurringScheduleJob.repeatInterval=10
- // Example: ['EUR', 'XCD', 'USD', 'XOF', 'NOK', 'AUD', 'XAF', 'NZD', 'MAD', 'DKK', 'GBP', 'CHF', 'XPF', 'ILS', 'ROL', 'TRL']
-currencyList = ['AUD']
-
+ // It is recommended to limit the currencyList to the one that the site uses e.g: currencyList = ['AUD']
+currencyList = ['EUR', 'XCD', 'USD', 'XOF', 'NOK', 'AUD', 'XAF', 'NZD', 'MAD', 'DKK', 'GBP', 'CHF', 'XPF', 'ILS', 'ROL', 'TRL']
+
