Changeset 12380 for main/ikobacustom.pcn


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

Customize selection of currencies.

File:
1 edited

Legend:

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

    r12371 r12380  
    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.