Changeset 604 for trunk/grails-app/conf


Ignore:
Timestamp:
Jun 21, 2010, 11:01:39 AM (14 years ago)
Author:
gav
Message:

Add custom global setting for currencyList.
Update inventoryItem views to suite.

File:
1 edited

Legend:

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

    r598 r604  
    388388
    389389/**
    390  * Some custom globals.
     390 * Custom application global settings.
    391391 */
    392392taskRecurringScheduleJob.repeatInterval=10
     393 // Example: ['EUR', 'XCD', 'USD', 'XOF', 'NOK', 'AUD', 'XAF', 'NZD', 'MAD', 'DKK', 'GBP', 'CHF', 'XPF', 'ILS', 'ROL', 'TRL']
     394currencyList = ['AUD']
     395
Note: See TracChangeset for help on using the changeset viewer.