Changeset 13499 for main/waeup.uniben/trunk/src/waeup/uniben
- Timestamp:
- 26 Nov 2015, 16:18:08 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/students/utils.py
r13497 r13499 120 120 sex = 'male' 121 121 special_handling = 'regular' 122 if student.faccode in ('MED', 'DEN' , 'PHA', 'BMS'):122 if student.faccode in ('MED', 'DEN'): 123 123 special_handling = 'clinical' 124 124 elif student.certcode in ('BARTMAS', 'BARTTHR', 'BARTFAA',
Note: See TracChangeset for help on using the changeset viewer.