- Timestamp:
- 16 Nov 2014, 07:05:22 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kwarapoly/trunk/src/waeup/kwarapoly/students/utils.py
r11944 r11965 310 310 sex = 'male' 311 311 special_handling = 'regular' 312 if student.faccode == 'I TCH':313 special_handling = 'i tch'312 if student.faccode == 'IOT': 313 special_handling = 'iot' 314 314 d['bt'] = u'%s_%s_%s' % (special_handling,sex,bt) 315 315 return d
Note: See TracChangeset for help on using the changeset viewer.