Changeset 17203 for main/kofacustom.unidel
- Timestamp:
- 5 Dec 2022, 11:33:58 (2 years ago)
- 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 33 33 'app': ['General Studies', 'APP'], 34 34 'ase': ['Admission Screening Exercise', 'ASE'], # successor of putme 35 'ugpt': ['Undergraduate Part-Time Programmes', 'DP'], 35 36 'jupeb': ['JUPEB Pre-Degree (Foundation) Studies', 'PRE'], 36 37 'pre': ['Pre-Degree (Foundation) Studies', 'PRE'], -
main/kofacustom.unidel/trunk/src/kofacustom/unidel/interswitch/browser.py
r17202 r17203 192 192 xmldict['institution_bank_id'] = '117' 193 193 if self.context.__parent__.__parent__.prefix in ( 194 'pre', 'jupeb', 'dp _ft', 'dp_pt', 'ug_pt'):194 'pre', 'jupeb', 'dpft', 'dppt', 'ugpt'): 195 195 xmldict['institution_acct'] = '1011431799' 196 196 xmldict['institution_bank_id'] = '117'
Note: See TracChangeset for help on using the changeset viewer.