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

Ease customization of courrencies. Use source instead of vocabulary in interfaces.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.ikoba/trunk/src/waeup/ikoba/utils/utils.py

    r12339 r12378  
    2828from waeup.ikoba.smtp import send_mail as send_mail_internally
    2929from waeup.ikoba.utils.helpers import get_sorted_preferred
     30from waeup.ikoba.payments.currencies import ISO_4217_CURRENCIES
    3031
    3132
     
    9596        'ig': (6, u'Igbo'),
    9697        }
     98
     99    # CURRENCIES must be equal to or an excerpt of ISO_4217_CURRENCIES
     100    CURRENCIES = ISO_4217_CURRENCIES
    97101
    98102    #: A function to return
Note: See TracChangeset for help on using the changeset viewer.