Changeset 13298 for main/waeup.uniben/trunk/src
- Timestamp:
- 8 Oct 2015, 05:21:56 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/students/utils.py
r13296 r13298 116 116 sex = 'male' 117 117 special_handling = 'regular' 118 if student.faccode == 'MED':118 if student.faccode in ('MED', 'DEN'): 119 119 special_handling = 'clinical' 120 120 d['bt'] = u'%s_%s_%s' % (special_handling,sex,bt)
Note: See TracChangeset for help on using the changeset viewer.