Changeset 17203


Ignore:
Timestamp:
5 Dec 2022, 11:33:58 (22 months ago)
Author:
Henrik Bettermann
Message:

Fix prefixes.

Location:
main/kofacustom.unidel/trunk/src/kofacustom/unidel
Files:
2 edited

Legend:

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

    r17130 r17203  
    3333        'app': ['General Studies', 'APP'],
    3434        'ase': ['Admission Screening Exercise', 'ASE'], # successor of putme
     35        'ugpt': ['Undergraduate Part-Time Programmes', 'DP'],
    3536        'jupeb': ['JUPEB Pre-Degree (Foundation) Studies', 'PRE'],
    3637        'pre': ['Pre-Degree (Foundation) Studies', 'PRE'],
  • main/kofacustom.unidel/trunk/src/kofacustom/unidel/interswitch/browser.py

    r17202 r17203  
    192192        xmldict['institution_bank_id'] = '117'
    193193        if self.context.__parent__.__parent__.prefix in (
    194                                     'pre', 'jupeb', 'dp_ft', 'dp_pt', 'ug_pt'):
     194                                    'pre', 'jupeb', 'dpft', 'dppt', 'ugpt'):
    195195            xmldict['institution_acct'] = '1011431799'
    196196            xmldict['institution_bank_id'] = '117'
Note: See TracChangeset for help on using the changeset viewer.