Changeset 13448 for main/waeup.uniben/trunk/src/waeup
- Timestamp:
- 12 Nov 2015, 16:56:18 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/students/utils.py
r13447 r13448 127 127 if student.faccode in ('MED', 'DEN'): 128 128 special_handling = 'clinical' 129 elif student.certcode in ('BARTMAS', 'MARTTHR', 'BARTFAA'): 129 elif student.certcode in ('BARTMAS', 'MARTTHR', 'BARTFAA', 130 'BAEDFAA', 'BSCEDECHED'): 130 131 special_handling = 'ekenwan' 131 132 d['bt'] = u'%s_%s_%s' % (special_handling,sex,bt)
Note: See TracChangeset for help on using the changeset viewer.