Changeset 17939 for main/kofacustom.unidel/trunk/src
- Timestamp:
- 7 Oct 2024, 12:45:01 (4 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.unidel/trunk/src/kofacustom/unidel/students/utils.py
r17938 r17939 276 276 else: 277 277 sex = 'male' 278 special_handling = ' regular'279 #if student.faccode in ('FLW', 'FMS'):280 #special_handling = 'oyibu'281 #if student.faccode in ('FET', 'FES'):282 #special_handling = 'alero'278 special_handling = 'na' 279 if student.faccode in ('FLW',): 280 special_handling = 'oyibu' 281 elif student.faccode in ('FMED',): 282 special_handling = 'alero' 283 283 d['bt'] = u'%s_%s_%s' % (special_handling,sex,bt) 284 284 return d
Note: See TracChangeset for help on using the changeset viewer.