Ignore:
Timestamp:
21 Nov 2013, 16:32:59 (11 years ago)
Author:
Henrik Bettermann
Message:

Extend dicts to meet settings in tests.

File:
1 edited

Legend:

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

    r10774 r10783  
    3131
    3232    APP_CATS_DICT = {
     33        'basic': 'Any Energy',
    3334        'green': 'Green Energy',
    3435        'fossil': 'Fossil Energy',
     
    3738    PAYMENT_CATEGORIES = {
    3839        'electricity': 'Electricity',
     40        'application': 'Not applicable',
     41        'schoolfee': 'Not applicable',
    3942        }
    4043
Note: See TracChangeset for help on using the changeset viewer.