Changeset 17324 for main/waeup.uniben/trunk/src/waeup/uniben
- Timestamp:
- 27 Jan 2023, 16:23:59 (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/students/utils.py
r17255 r17324 157 157 special_handling = 'clinical' 158 158 elif student.certcode in ('BARTMAS', 'BARTTHR', 'BARTFAA', 159 'BAEDFAA', 'BSCEDECHED', 'BAFAA'): 159 'BAEDFAA', 'BSCEDECHED', 'BAFAA', 160 'BARTMUS', 'BSCEDECHED'): 160 161 special_handling = 'ekenwan' 161 162 d['bt'] = u'%s_%s_%s' % (special_handling,sex,bt)
Note: See TracChangeset for help on using the changeset viewer.