Ignore:
Timestamp:
7 Dec 2017, 16:58:30 (7 years ago)
Author:
Henrik Bettermann
Message:

Implement "Departmental and SUG dues" payment (not yet required).

Catch traceback when transferring students.

File:
1 edited

Legend:

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

    r14903 r14921  
    3838
    3939    STUDY_MODES_DICT = {
     40        'transfer': 'Transfer',
    4041        'ug_ft': 'Undergraduate Full Time',
    4142        'ug_pt': 'Undergraduate Part Time',
     
    5556        'clearance': 'Acceptance',
    5657        'schoolfee': 'School Fee',
     58        'dep_sug':'Departmental and SUG Dues', # is not a special paynent
    5759        'carryover1': '1, 2 or 3 Carry-Over Courses',
    5860        'carryover4': '4 Carry-Over Courses',
     
    108110        'clearance': 'Acceptance',
    109111        'schoolfee': 'School Fee',
     112        'dep_sug':'Departmental and SUG Dues',
    110113        #'carryover1': 'One Carry-Over',
    111114        #'carryover2': 'Two Carry-Overs',
Note: See TracChangeset for help on using the changeset viewer.