Ignore:
Timestamp:
12 Mar 2012, 11:38:09 (13 years ago)
Author:
Henrik Bettermann
Message:

Doing the same (see last revisions) in the applicants package.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/applicants/browser.py

    r7833 r7844  
    162162        year = data['year']
    163163        code = u'%s%s' % (data['prefix'], year)
    164         appcats_dict = getUtility(IApplicantsUtils).getApplicationTypeDict()
     164        appcats_dict = getUtility(IApplicantsUtils).APP_TYPES_DICT
    165165        title = appcats_dict[data['prefix']][0]
    166166        title = u'%s %s/%s' % (title, year, year + 1)
Note: See TracChangeset for help on using the changeset viewer.