Changeset 13618


Ignore:
Timestamp:
15 Jan 2016, 15:39:34 (9 years ago)
Author:
Henrik Bettermann
Message:

Extend deegrees dictionary.

Location:
main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/utils
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/utils/utils.py

    r13531 r13618  
    2222from waeup.kofa.utils.utils import KofaUtils, sorted_phone_prefixes
    2323from kofacustom.nigeria.interfaces import MessageFactory as _
     24from kofacustom.nigeria.utils.degrees import DEGREES_DICT
    2425
    2526INT_PHONE_PREFIXES = [
     
    5253    def sorted_phone_prefixes(cls, data=INT_PHONE_PREFIXES, request=None):
    5354        return sorted_phone_prefixes(data, request)
     55
     56    DEGREES_DICT = DEGREES_DICT
    5457
    5558    EXAM_SUBJECTS_DICT = {
Note: See TracChangeset for help on using the changeset viewer.