Ignore:
Timestamp:
22 Jun 2013, 22:04:14 (11 years ago)
Author:
Henrik Bettermann
Message:

Customize dictionaries.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.imostate/src/waeup/imostate/utils/utils.py

    r10350 r10354  
    2727        }
    2828
    29 
    30 
    3129    PAYMENT_CATEGORIES = {
    3230        }
     
    3432    SELECTABLE_PAYMENT_CATEGORIES = {
    3533        }
     34
     35    STUDY_MODES_DICT = {
     36        'iymwp': 'Youths Must Work',
     37        }
     38
     39    APP_CATS_DICT = {
     40        'basic': 'Basic Application',
     41        'no': 'no application',
     42        }
Note: See TracChangeset for help on using the changeset viewer.