Changeset 17128 for main/kofacustom.unidel/trunk
- Timestamp:
- 12 Oct 2022, 11:50:24 (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/applicant.py
r17127 r17128 33 33 def _setStudyCourseAttributes(self, studycourse): 34 34 if self.applicant_id.startswith('pude'): 35 studycourse.entry_mode = u'de '35 studycourse.entry_mode = u'de_ft' 36 36 studycourse.current_level = 200 37 37 else: -
main/kofacustom.unidel/trunk/src/kofacustom/unidel/utils/utils.py
r17127 r17128 62 62 'dp_ft': 'Full-Time Diploma Programmes', 63 63 'dp_pt': 'Part-Time Diploma Programmes', 64 'de ': 'Direct EntryProgrammes',64 'de_ft': 'Direct Entry Full-Time Programmes', 65 65 } 66 66
Note: See TracChangeset for help on using the changeset viewer.