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/utils/utils.py

    r10449 r10831  
    150150        'regular': 'Regular Hostel',
    151151        'blocked': 'Blocked Hostel',
    152         'pd': 'Postgraduate Hostel'
     152        'pg': 'Postgraduate Hostel'
     153        }
     154
     155    SPECIAL_APP_DICT = {
     156        'transcript': 'Transcript Fee Payment',
    153157        }
    154158
Note: See TracChangeset for help on using the changeset viewer.