Changeset 3052 for WAeUP_SRP/uniben/waeup_custom
- Timestamp:
- 27 Jan 2008, 12:14:36 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/uniben/waeup_custom/getAccommodationInfo.py
r3048 r3052 131 131 if student_record.sex: 132 132 d['sex'] = 'female' 133 if student_record.faculty in ('MED' ) and int(student_record.level) > 400:133 if student_record.faculty in ('MED','DEN') and int(student_record.level) > 400: 134 134 bt += "_med" 135 135 elif student_record.course in ekehuan_certificates:
Note: See TracChangeset for help on using the changeset viewer.