Ignore:
Timestamp:
10 Dec 2013, 06:24:03 (11 years ago)
Author:
Henrik Bettermann
Message:

Implement a special application procedure. This application is meant for supplementary payments by alumni and other persons who are not students of the portal.

Attention: All custom packages have to be adjusted.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/university/vocabularies.py

    r10436 r10831  
    121121    def getTitle(self, context, value):
    122122        return "%s - %s" % (value.code, value.title)
     123
     124class SpecialApplicationSource(ContextualDictSourceFactoryBase):
     125    """A special application source delivers all types of
     126    applications which are not linked with certificates.
     127    """
     128    #: name of dict to deliver from kofa utils.
     129    DICT_NAME = 'SPECIAL_APP_DICT'
Note: See TracChangeset for help on using the changeset viewer.