Ignore:
Timestamp:
3 Jan 2015, 13:44:11 (10 years ago)
Author:
Henrik Bettermann
Message:

Customize selection of currencies.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/ikobacustom.skeleton/trunk/src/ikobacustom/skeleton/utils/utils.py

    r12298 r12379  
    3838    PORTAL_LANGUAGE = 'en'
    3939
     40    # CURRENCIES must be equal to or an excerpt of ISO_4217_CURRENCIES
     41    CURRENCIES = {
     42    'EUR': ('EUROPE', _('Euro'), 2, '978'),
     43    'USD': ('U.S.', _('US Dollar'), 2, '840'),
     44    'NGN': ('NIGERIA', _('Naira'), 2, '566'),
     45    }
     46
    4047    PREFERRED_LANGUAGES_DICT = {
    4148        'en':(1, u'English'),
Note: See TracChangeset for help on using the changeset viewer.